aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: return after invalidating renderbufferMarek Olšák2011-03-071-0/+1
* st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák2011-03-071-1/+5
* mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák2011-03-072-6/+31
* mesa: initialize DummyBufferObject's mutexBrian Paul2011-03-071-0/+1
* st/mesa: fix incorrect version checking codeBrian Paul2011-03-071-2/+3
* mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul2011-03-071-2/+0
* i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet2011-03-071-7/+15
* i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet2011-03-071-6/+5
* intel: check for miptree allocation failureChris Wilson2011-03-071-0/+2
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-071-11/+11
* intel: Add some defense against bo allocation failureChris Wilson2011-03-071-7/+11
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-061-0/+3
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+3
* i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt2011-03-041-1/+8
* st/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats if UNORM is supportedMarek Olšák2011-03-041-2/+9
* i965: Fix extending VB packetsChris Wilson2011-03-041-2/+2
* i965: Handle URB_FENCE erratum for BroadwaterChris Wilson2011-03-041-0/+8
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-045-13/+22
* intel: Add couple of missing gen6 commands to decodeChris Wilson2011-03-041-0/+2
* i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson2011-03-041-5/+6
* scons: More tweaks to fix MinGW build.José Fonseca2011-03-031-1/+1
* scons: Ensure generated headers are in the include path.José Fonseca2011-03-031-0/+4
* i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2011-03-032-4/+19
* mesa: added gl_program_constants::MaxAddressOffsetBrian Paul2011-03-024-2/+7
* mesa: increase INST_INDEX_BITS to 12Brian Paul2011-03-021-1/+1
* Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"Brian Paul2011-03-021-1/+1
* vbo: fix error parameterBrian Paul2011-03-021-1/+1
* i965: Maxinum the usage of urb space on SNB.Zou Nan hai2011-03-021-10/+6
* mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie2011-03-021-2/+2
* mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie2011-03-021-32/+63
* rgtc: remove GL types from this file.Dave Airlie2011-03-021-10/+10
* rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie2011-03-022-65/+41
* rgtc: fix issues with compressor and signed types.Dave Airlie2011-03-022-10/+23
* rgtc: don't try to access off the end of the block.Dave Airlie2011-03-021-2/+2
* rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie2011-03-021-13/+13
* st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák2011-03-021-2/+8
* vbo: add vbo_always_unmap_buffers()Brian Paul2011-03-013-1/+22
* vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul2011-03-013-26/+26
* mesa: Revert most of 3158cc7d because it causes other breakageIan Romanick2011-03-011-9/+4
* scons: Use Flex and Bison to generate lexer/parser files.Kenneth Graunke2011-03-011-2/+6
* rgtc: fix fetch function limits for signed typesDave Airlie2011-03-021-2/+2
* rgtc: fixup mipmap generationDave Airlie2011-03-021-2/+7
* swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie2011-03-021-1/+1
* mesa: Fix build breakage caused by c73e6ceIan Romanick2011-03-013-11/+16
* Add generated parser / lexer files to gitignore listsIan Romanick2011-03-011-0/+3
* mesa: Remove files generated by flex and bison from GITIan Romanick2011-03-013-9620/+0
* st/mesa: probably handle instanced drawingChristian König2011-03-011-12/+23
* intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke2011-03-011-2/+11
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-014-8/+27
* i965: Undo 'continuation of vb packets'Chris Wilson2011-03-011-1/+1