summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-11st/mesa: Remove draw/read buffer update in st_api_make_currentegl-pixmap-render-fixBenjamin Franzke1-10/+0
2011-08-11mesa: Update context draw/read buffers in make_currentBenjamin Franzke1-0/+4
2011-08-10intel: GetBuffer fixBen Widawsky1-1/+6
2011-08-10r600g: Add support for ROUND, v2Lauri Kasanen2-3/+5
2011-08-10i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson1-0/+7
2011-08-10i965: Drop the reg/hw_reg distinction.Eric Anholt5-36/+37
2011-08-10i965/fs: Factor out the register allocator setup to a separate function.Eric Anholt2-66/+105
2011-08-10i965/fs: Simplify the register allocator using a map from RA reg to GRF.Eric Anholt1-41/+38
2011-08-10i965/fs: Eliminate the magic nature of virtual GRF 0.Eric Anholt4-31/+17
2011-08-10i965/fs: Use the new convenience interface for setting up reg conflicts.Eric Anholt1-22/+7
2011-08-10mesa: Add a convenience interface for register allocator conflicts setup.Eric Anholt2-0/+23
2011-08-09glsl_to_tgsi: improve assignment hackHenri Verbeet1-3/+5
2011-08-09r300g: silence some warnings about uninitialized variablesBrian Paul3-6/+8
2011-08-09svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul1-0/+2
2011-08-09glx: move declarations before codeBrian Paul1-3/+7
2011-08-09swrast: silence unused var warningsFabio Pedretti1-1/+1
2011-08-09docs: update GL3.txt with new GL 4.2 extensionsDave Airlie1-0/+13
2011-08-08glsl: validate IR after linking (debug builds only)Paul Berry1-0/+8
2011-08-08glsl: When linking, emit functions at the tail of the final linked program.Paul Berry1-2/+4
2011-08-08glsl: Check array size is const before asserting that no IR was generated.Paul Berry1-5/+8
2011-08-08glsl: Constant-fold built-in functions before outputting IRPaul Berry1-2/+14
2011-08-08glsl: Emit function signatures at toplevel, even for built-ins.Paul Berry4-20/+22
2011-08-08Revert "glsl: Skip processing the first function's body in do_dead_functions()."Paul Berry1-10/+1
2011-08-08st/mesa: inline st_prepare_fragment_program in st_translate_fragment_programBryan Cain2-179/+162
2011-08-08glext: upgrade to version 72Brian Paul1-3/+364
2011-08-08glsl: silence warning about trailing comma in enum listBrian Paul1-1/+1
2011-08-08gallium: silence warnings about trailing commas in enum listsBrian Paul2-2/+2
2011-08-08mesa: whitespace changesBrian Paul1-5/+8
2011-08-07d3d1x: adapt to resource_resolve interface changeChristoph Bumiller1-3/+20
2011-08-07nv50,nvc0: never convert in resource copy when format sizes matchChristoph Bumiller2-2/+16
2011-08-07st/mesa: don't resolve stencil twiceChristoph Bumiller1-1/+3
2011-08-06winsys/radeon: disable use of the buffer busy-for-write flagMarek Olšák1-0/+12
2011-08-05mesa: In validate_program(), initialize errMsg for safety.Kenneth Graunke1-1/+1
2011-08-05intel: Fix warnings from gl_constant_parameter changes.Eric Anholt3-11/+9
2011-08-05glsl_to_tgsi: replace open-coded swizzle_for_size()Bryan Cain1-8/+1
2011-08-05glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression treeBryan Cain1-6/+26
2011-08-05ir_to_mesa: Replace open-coded swizzle_for_size()Eric Anholt1-8/+1
2011-08-05glx/dri2: Paper over errors in DRI2Connect when indirectChristopher James Halse Rogers1-0/+9
2011-08-05ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.Eric Anholt1-4/+24
2011-08-05prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.Eric Anholt1-3/+5
2011-08-05i965: Add dumping for gen6 WM constants too.Eric Anholt3-1/+22
2011-08-05mesa: Remove dead "MemPool" field of gl_shader_state.Eric Anholt1-2/+0
2011-08-05i965/fs: Don't upload unused uniform components.Eric Anholt2-4/+95
2011-08-05i965/fs: Don't allocate the old backend's compile structs for our compile.Eric Anholt1-4/+7
2011-08-05winsys/radeon: do the CS cleanup in the CS ioctl threadMarek Olšák1-2/+4
2011-08-05winsys/radeon: fix space checkingMarek Olšák4-5/+36
2011-08-05st/dri: remove an unused-but-set variableMarek Olšák1-7/+0
2011-08-05st/dri: remove a dummy function dri2_create_contextMarek Olšák1-15/+1
2011-08-05st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cppMarek Olšák1-3/+2
2011-08-05r300g: handle new CAPsMarek Olšák1-9/+4