summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
| * mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt2011-03-111-0/+11
| * mesa: Move texenvprogram.c to ff_fragment_shader.cpp.Eric Anholt2011-03-112-7/+16
| * prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt2011-03-112-4/+58
| * mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt2011-03-111-2/+4
| * i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt2011-03-111-1/+1
| * gallium: remove flags from the flush functionMarek Olšák2011-03-114-8/+8
| * gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-118-160/+119
| * gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-112-3/+3
| * mesa: test against MaxUniformComponents in check_resources()Brian Paul2011-03-111-3/+3
| * mesa: move location of some geometry program limitsBrian Paul2011-03-115-26/+29
| * mesa: use check_resources() to check program against limitsBrian Paul2011-03-111-0/+58
| * mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-1121-59/+85
| * mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul2011-03-113-0/+5
| * st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-3/+0
| * intel: Don't complain when getparam fails due to a missing param.Eric Anholt2011-03-091-1/+3
| * i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson2011-03-092-42/+43
| * gallium: add timeout parameter to fence_finishMarek Olšák2011-03-082-3/+4
| * st/mesa: implement ARB_syncMarek Olšák2011-03-086-0/+168
| * st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák2011-03-081-8/+4
| * st/mesa: add LATC and 3DC supportMarek Olšák2011-03-083-3/+76
| * mesa: add ATI_texture_compression_3dcMarek Olšák2011-03-087-0/+30
| * mesa: add EXT_texture_compression_latcMarek Olšák2011-03-0813-7/+234
| * st/mesa: Fix an incorrect user vertex buffer referenceThomas Hellstrom2011-03-081-4/+2
| * vbo: mark vertex arrays as dirty when re-bindingMarek Olšák2011-03-081-1/+12
| * r300/compiler: remove unused variablesMarek Olšák2011-03-081-1/+1
| * swrast: flip the conditionals in shadow_compare4() for readabilityBrian Paul2011-03-081-24/+24
| * swrast: add coord clamping, fix comparisons for shadow testingPhilip Taylor2011-03-081-27/+30
| * r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák2011-03-081-18/+16
| * r300/compiler: detect constants harderMarek Olšák2011-03-081-4/+8
| * r300/compiler: improve the detection of constants for constant foldingMarek Olšák2011-03-081-0/+7
| * r300/compiler: saturate Z before the shadow comparisonMarek Olšák2011-03-081-37/+44
| * 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