summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.Kenneth Graunke2012-11-285-9/+14
* i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.Kenneth Graunke2012-11-282-263/+265
* meta: Don't try to glOrtho when the draw buffer isn't initialized.Kenneth Graunke2012-11-281-3/+5
* i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.Eric Anholt2012-11-281-1/+3
* i965/fs: Don't generate saturates over existing variable values.Eric Anholt2012-11-281-0/+1
* i965/fs: Add some minimal backend-IR dumping.Eric Anholt2012-11-282-0/+92
* i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke2012-11-266-6/+4
* i965/fs: Split final assembly code generation out of fs_visitor.Kenneth Graunke2012-11-263-78/+156
* i965/fs: Abort on unsupported opcodes rather than failing.Kenneth Graunke2012-11-261-1/+1
* i965: Make it possible to create a cfg_t without a backend_visitor.Kenneth Graunke2012-11-262-3/+18
* i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke2012-11-263-14/+20
* i965/fs: Pass the brw_context pointer into fs_visitor explicitly.Kenneth Graunke2012-11-263-5/+7
* i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke2012-11-268-17/+19
* i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.Kenneth Graunke2012-11-263-5/+8
* i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke2012-11-269-66/+64
* i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke2012-11-265-85/+82
* i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke2012-11-264-68/+63
* i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke2012-11-264-6/+1
* i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes2012-11-261-0/+1
* i965: emit w/a for packed attribute formats in VSChris Forbes2012-11-263-13/+126
* i965: set attribute w/a bits for packed formatsChris Forbes2012-11-261-4/+26
* i965: Generalize GL_FIXED VS w/a supportChris Forbes2012-11-263-14/+26
* i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes2012-11-261-1/+19
* i965: implement get_size for 2_10_10_10 formatsChris Forbes2012-11-261-0/+5
* i965/vs: add support for emitting SHL, SHR, ASRChris Forbes2012-11-262-4/+10
* i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt2012-11-251-0/+2
* i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt2012-11-251-1/+1
* i965/gen4: Fix LOD bias texturing since my fixed reg classes change.Eric Anholt2012-11-251-10/+18
* scons: Append x11 library path if linking x11 library.Vinson Lee2012-11-211-0/+1
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2012-11-211-1/+1
* i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt2012-11-204-85/+90
* i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt2012-11-204-209/+241
* i965/gen4: Fix crash with fragment programs and texture rectangle.Eric Anholt2012-11-191-1/+1
* i965: Disable the GB clip test when a limited viewport is set.Eric Anholt2012-11-192-3/+19
* i965: Use fewer temporary variables in clip setup.Eric Anholt2012-11-192-28/+18
* Revert "i965/fs: Fix conversions float->bool, int->bool"Eric Anholt2012-11-191-7/+7
* i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edcEric Anholt2012-11-191-24/+11
* intel: Use designated initializers for DRI extension structsChad Versace2012-11-191-16/+20
* dri: Use designated initializers for DRI extension structsChad Versace2012-11-191-27/+30
* i965: Use the separate stencil buffer's offsets for stencil setup.Eric Anholt2012-11-191-15/+38
* i965: Move all the depth/stencil/hiz offset logic into the workaround.Eric Anholt2012-11-193-187/+139
* i965: When rebasing depth or stencil, update x/y before deciding the other.Eric Anholt2012-11-191-13/+36
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-1910-44/+26
* i965: Add some checks for array textures in unsupported paths.Eric Anholt2012-11-193-0/+14
* i965: Add a little bit more debug info for validate blits.Eric Anholt2012-11-191-1/+3
* intel: Remove dead function prototype.Eric Anholt2012-11-191-5/+0
* i965: Remove stale comment about wrapped_depth.Eric Anholt2012-11-191-14/+0
* i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.Kenneth Graunke2012-11-191-0/+1
* i965: Validate requested GLES context version in brwCreateContextChad Versace2012-11-191-33/+25
* i965/fs: Properly patch special values during VGRF compaction.Kenneth Graunke2012-11-171-0/+27