OSDN Git Service

android-x86/external-mesa.git
2009-06-26 Dave Airlier200: make use of DMA buffers for Elts a lot better.
2009-06-26 Dave Airlier200: only emit unitneeded textures
2009-06-25 Joakim Sindholtr300-gallium: organize fragment/vertex shaders
2009-06-25 Vinson Leegallium: Add PIPE_OS_APPLE token.
2009-06-13 Jakob Bornecrantzprogs/tests: Add yet another mipmap test
2009-06-25 Roland Scheideggerradeon: fix hw texture limits
2009-06-25 Dave Airlieradeon/r200: add some hw texture limits
2009-06-25 Dave Airlieradeon: fix stupidity in cs space check code.
2009-06-24 Brian Paulintel: fix additional merge conflicts missed in previou...
2009-06-24 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-24 José Fonsecawgl: Handle flush after a window is destroyed.
2009-06-24 Jakob Bornecrantzidentity: Add new identity driver
2009-06-24 Eric Anholti965: Disable texture tiling by default.
2009-06-24 Eric Anholti965: Set the max index buffer address correctly accord...
2009-06-24 Eric Anholti965: Don't set a reserved bit in MI_FLUSH.
2009-06-24 Eric Anholtdri2: Refresh the fake front contents after glXSwapBuff...
2009-06-24 Eric Anholti965: Fix depth-texture Y-tiling detection for sized...
2009-06-24 Eric Anholti965: Fix packed depth/stencil textures to be Y-tiled...
2009-06-24 Eric Anholtintel: Bail on blits with non-tile-aligned offsets.
2009-06-24 Eric Anholtintel: Avoid trying to do blits to Y tiled regions.
2009-06-24 Eric Anholtintel: Fix some potential writes to zero-copy PBOs...
2009-06-24 Eric Anholtintel: Remove long-unused intel_region_fill and intelEm...
2009-06-24 Eric Anholtintel: Refuse to do texture tiling if we don't have...
2009-06-23 Brian Pauldemos: fix issues in glxcontexts.c
2009-06-23 Pauli NieminenFix crash when debug output is enabled and sarea is...
2009-06-23 Ian Romanickmesa: From float type modifier from values to large...
2009-06-22 Brian Paulst/mesa: fix setup_edgeflags() regression
2009-06-22 Roland Scheideggeri965: handle OPCODE_SWZ in the glsl path
2009-06-22 Owen W. TaylorDisable SGI_swap_control extension for DRI2
2009-06-22 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-22 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-06-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2009-06-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-06-22 Brian Paulmesa: fix some potential state-restore issues in pop_te...
2009-06-22 Brian Paulvbo: return VP_NONE from get_program_mode() if running...
2009-06-22 Brian Paulmesa: create/use a fallback texture when bound texture...
2009-06-22 Jakob Bornecrantzgallium-intel: Improve Xorg Makefile a bit
2009-06-22 Jakob Bornecrantzst/xorg: Convert to template makefile
2009-06-22 Jakob Bornecrantzst/dri: Fix typo when checking for depth formats
2009-06-22 Eric Anholti965: Fix warnings in intel_pixel_read.c.
2009-06-22 Michel Dänzerintel: Fix glReadPixels regression since changing conte...
2009-06-20 Eric Anholtintel: Also get the DRI2 front buffer when doing front...
2009-06-20 Eric Anholtintel: Update Mesa state before span setup in glReadPixels.
2009-06-20 Eric Anholtintel: Move intel_pixel_read.c to shared for use with...
2009-06-20 Eric Anholtintel: Don't map regions with drm_intel_gem_bo_map_gtt...
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Eric Anholtmesa: Make VBO dlist printing use the same path as...
2009-06-19 Chia-I Wuintel: Do not access pbo's buffer directly when attaching.
2009-06-19 Chia-I Wuintel: Data are copied in the wrong direction when...
2009-06-19 Chia-I Wuintel: Fix migration from sys_buffer in intel_bufferobj...
2009-06-19 Roland Scheideggerradeon: make cubemap mipmap generation work
2009-06-19 Roland Scheideggerdemos: make cubemap work without EXT_fbo support
2009-06-19 Michel Dänzerintel: Fixups for 'mesa: create/destroy buffer objects...
2009-06-19 Roland Scheideggerradeon: fix cube maps for non-mm path
2009-06-19 Brian Paulst/mesa: restore some parameter checking buffer object...
2009-06-19 Roland Scheideggerr200: fix cube maps for non-mm path
2009-06-19 Brian Pauli965: initial code for loops in vertex programs
2009-06-19 Brian Pauli965: asst clean-ups, etc in brw_vs_emit()
2009-06-19 Brian Pauli965: asst clean-ups, var renaming in brw_wm_emit_glsl()
2009-06-19 Brian Paulst/mesa: remove redundant st_buffer_object::size field...
2009-06-19 Brian Paulst/mesa: no longer special-case buffer object 0 in...
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Brian Paulmesa: make query-related driver fallback functions...
2009-06-19 Michel DänzerAlso release direct rendering resources in glXDestroyGL...
2009-06-19 Michel DänzerAlways free image offsets memory when re-initializing...
2009-06-19 Brian Paulmesa: make buffer object-related driver fallback functi...
2009-06-19 Brian Paulmesa: create/destroy buffer objects via driver functions
2009-06-19 Brian Pauli965simple: use u_reduced_prim() function
2009-06-19 Brian Pauldraw: use u_reduced_prim() function
2009-06-19 Brian Paulsoftpipe: use u_reduced_prim()
2009-06-19 Brian Paulgallium/util: s/boolean/unsigned/
2009-06-19 Brian Paulsoftpipe: whitespace, reformatting
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-19 José Fonsecascons: Output the friendly "Linking ..." message when...
2009-06-19 Brian Paulsoftpipe: return alpha=1 in shadow_compare() function
2009-06-19 Brian Pauldraw: use flatfirst variable
2009-06-19 Brian Pauldraw: remove debug code
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for quads, quad...
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for unfilled...
2009-06-19 Brian Paulmesa: fix first provoking vertex mode for unfilled...
2009-06-19 Brian Pauldraw: clean up indentation
2009-06-18 José Fonsecautil: Add cast.
2009-06-18 José Fonsecadraw: Replace pointer arithmetic with cast.
2009-06-18 José Fonsecatrace: Use size_t consistently.
2009-06-18 José Fonsecapipebuffer: Use a type consistently for sizes/offsets.
2009-06-18 José Fonsecawgl: Fix window resizing in multithread applications.
2009-06-18 José Fonsecawgl: Move all thread related code together.
2009-06-18 Keith Whitwellglew: correct misspelling of glFramebufferTextureLayer
2009-06-18 Keith Whitwellmesa: protect Elements against multiple definitions
2009-06-17 Brian Paulintel: remove extra \n from warning string
2009-06-17 Robert Ellisoni965: fix 1D texture borders with GL_CLAMP_TO_BORDER
2009-06-17 Robert Ellisoni965: send all warnings through _mesa_warning()
2009-06-17 Robert Ellisoni965: fix segfault on low memory conditions
2009-06-17 Ian RomanickFast path when rebinding the same texture in single...
2009-06-17 Eric Anholti915: Don't put VBOs in graphics memory unless required...
next