summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-27gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2-2/+2
2012-11-27util: Modified u_rect to default to memcpy.James Benton1-8/+1
2012-11-27util/format: Fix bug in float to non-float conversion in u_format_pack.py.James Benton1-1/+1
2012-11-27gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ...James Benton1-1/+1
2012-11-26glsl: Support unsigned integer constants in layout qualifiers.Kenneth Graunke1-1/+6
2012-11-26i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke6-6/+4
2012-11-26i965/fs: Split final assembly code generation out of fs_visitor.Kenneth Graunke3-78/+156
2012-11-26i965/fs: Abort on unsupported opcodes rather than failing.Kenneth Graunke1-1/+1
2012-11-26i965: Make it possible to create a cfg_t without a backend_visitor.Kenneth Graunke2-3/+18
2012-11-26i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke3-14/+20
2012-11-26i965/fs: Pass the brw_context pointer into fs_visitor explicitly.Kenneth Graunke3-5/+7
2012-11-26i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke8-17/+19
2012-11-26i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.Kenneth Graunke3-5/+8
2012-11-26i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke9-66/+64
2012-11-26i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke5-85/+82
2012-11-26i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke4-68/+63
2012-11-26i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke4-6/+1
2012-11-27gallivm: use the new mip per quad handling in texture fetch pathRoland Scheidegger3-193/+212
2012-11-27gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger13-71/+618
2012-11-26i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes2-1/+2
2012-11-26i965: emit w/a for packed attribute formats in VSChris Forbes3-13/+126
2012-11-26i965: set attribute w/a bits for packed formatsChris Forbes1-4/+26
2012-11-26i965: Generalize GL_FIXED VS w/a supportChris Forbes3-14/+26
2012-11-26i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes1-1/+19
2012-11-26i965: implement get_size for 2_10_10_10 formatsChris Forbes1-0/+5
2012-11-26i965/vs: add support for emitting SHL, SHR, ASRChris Forbes2-4/+10
2012-11-26mesa: Use correct glGetTransformFeedbackVarying name in error msgMatt Turner1-2/+2
2012-11-26build: use git ls-files for adding all Makefile.in into the release tarballAndreas Boll1-51/+1
2012-11-25i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt1-0/+2
2012-11-25i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt1-1/+1
2012-11-25i965/gen4: Fix LOD bias texturing since my fixed reg classes change.Eric Anholt1-10/+18
2012-11-23r600g: fix broken streamout if streamout_begin caused a context flushMarek Olšák1-2/+6
2012-11-22r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffersMarek Olšák3-3/+8
2012-11-21scons: Append x11 library path if linking x11 library.Vinson Lee3-0/+3
2012-11-21mesa/vbo: Fix scaling issue in 2-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-21mesa/vbo: Fix scaling issue in 10-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-21radeonsi: add a new SI pci idAlex Deucher1-0/+1
2012-11-21i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee1-1/+1
2012-11-21Add .dirstamp to toplevel .gitignoreAndreas Boll1-0/+1
2012-11-21gallium/tests: update .gitignore filesAndreas Boll2-0/+7
2012-11-20i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt4-85/+90
2012-11-20i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt4-209/+241
2012-11-19i965/gen4: Fix crash with fragment programs and texture rectangle.Eric Anholt1-1/+1
2012-11-19i965: Disable the GB clip test when a limited viewport is set.Eric Anholt2-3/+19
2012-11-19i965: Use fewer temporary variables in clip setup.Eric Anholt2-28/+18
2012-11-19Revert "i965/fs: Fix conversions float->bool, int->bool"Eric Anholt1-7/+7
2012-11-19i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edcEric Anholt1-24/+11
2012-11-19intel: Use designated initializers for DRI extension structsChad Versace1-16/+20
2012-11-19dri: Use designated initializers for DRI extension structsChad Versace1-27/+30
2012-11-19i965: Use the separate stencil buffer's offsets for stencil setup.Eric Anholt1-15/+38