summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swrast: avoid calling _mesa_get_srgb_format_linear() inside a loopBrian Paul2011-11-111-3/+3
* swrast: remove bogus assertionBrian Paul2011-11-111-1/+0
* svga: don't crash/assert if we fail to allocate a vertex bufferBrian Paul2011-11-111-9/+20
* draw: handle out of memory conditionsBrian Paul2011-11-111-3/+5
* util: check for null vertex buffer object in blit codeBrian Paul2011-11-111-6/+10
* st/mesa: fix OOM failure in bitmap codeBrian Paul2011-11-111-5/+10
* vbo: better handling of VBO allocation failuresBrian Paul2011-11-115-39/+125
* mesa: replace api_noop.[ch] with vbo_noop.[ch]Brian Paul2011-11-115-1116/+530
* vbo: pull some code from api_noop.c into vbo moduleBrian Paul2011-11-112-16/+208
* mesa: remove ancient, unused gl_free_control_points prototoypeBrian Paul2011-11-111-4/+0
* docs: add another viewperf issueBrian Paul2011-11-111-0/+13
* i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.Kenneth Graunke2011-11-103-2/+12
* i965: Reorder state atom lists so all the surface state is together.Kenneth Graunke2011-11-101-16/+19
* glsl: Handle constant expressions involving ir_binop_equal/nequal.Kenneth Graunke2011-11-101-0/+6
* glsl: Remove textureGradOffset built-ins taking samplerCube parameters.Kenneth Graunke2011-11-103-9/+0
* glsl: Fix misnamed textureProjOffset prototypes in built-in profiles.Kenneth Graunke2011-11-102-62/+62
* glsl: Remove texture built-ins with 'bias' from 1.30 VS profile.Kenneth Graunke2011-11-101-118/+4
* i965: Put a proper sampler count in 3DSTATE_VS.Kenneth Graunke2011-11-102-3/+5
* i965: Upload SAMPLER_STATE pointers for the VS on Ivybridge.Kenneth Graunke2011-11-101-1/+7
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-109-33/+37
* i965: Clean up code for VS pull constant surface creation.Kenneth Graunke2011-11-103-64/+20
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-109-85/+80
* i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.Kenneth Graunke2011-11-103-15/+35
* i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke2011-11-104-59/+16
* i965: Rename gen6_*_constants tracked state atoms to "push_constants".Kenneth Graunke2011-11-104-8/+8
* i965: Remove nr_surfaces computation from brw_update_wm_surfaces.Kenneth Graunke2011-11-101-11/+1
* i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke2011-11-1010-50/+6
* i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.Kenneth Graunke2011-11-101-2/+1
* i965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from brw_vs_surfaces.Kenneth Graunke2011-11-101-1/+0
* i965: Add missing CACHE_NEW_WM_PROG dirty bit to WM pull constants.Kenneth Graunke2011-11-101-2/+3
* i965: Use new vtable entries for surface state updating functions.Kenneth Graunke2011-11-104-126/+13
* i965: Add new vtable entries for surface state updating functions.Kenneth Graunke2011-11-105-0/+49
* r600g: don't set the query result to 0 after a call to get_query_resultMarek Olšák2011-11-111-2/+0
* r600g: the type of OCCLUSION_PREDICATE result should be booleanMarek Olšák2011-11-113-11/+17
* mesa: silence uninitialized var warningBrian Paul2011-11-101-1/+1
* radeon: silence initializer warningsBrian Paul2011-11-102-11/+33
* draw/llvm: silence uninitialized variable warningsBrian Paul2011-11-101-0/+2
* radeon: silence unused var warningsBrian Paul2011-11-101-3/+3
* egl: silence unused var warningBrian Paul2011-11-101-0/+2
* mklib: fix static lib building by filtering out -L, -l optionsWayne E. Robertz2011-11-101-1/+1
* r600g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2011-11-101-5/+21
* r300g: fix query result of GPU_FINISHEDMarek Olšák2011-11-101-1/+1
* r300g: implement PIPE_QUERY_GPU_FINISHEDMarek Olšák2011-11-101-4/+35
* r300g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2011-11-101-1/+5
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-103-3/+42
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-107-0/+43
* r600g: remove useless texture barrierMarek Olšák2011-11-101-2/+0
* r600g: flush the whole context when CS is full, not just hw_contextMarek Olšák2011-11-103-1/+6
* r600g: turn some CS overflow checks into assertionsMarek Olšák2011-11-102-12/+2
* r600g: put the rest of CS overflow checks in r600_need_cs_spaceMarek Olšák2011-11-103-18/+9