| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Reserve enough parameter entries for all image uniforms used in the pro... | Francisco Jerez | 2015-08-11 | 1 | -0/+1 |
* | i965: Define and initialize image parameter structure. | Francisco Jerez | 2015-08-11 | 1 | -0/+3 |
* | i965/vec4: Move total_scratch calculation into the visitor. | Kenneth Graunke | 2015-07-09 | 1 | -4/+1 |
* | i965/vec4: Move perf_debug about register spilling into the visitor. | Kenneth Graunke | 2015-07-09 | 1 | -4/+0 |
* | i965: Rename brw_compile to brw_codegen | Jason Ekstrand | 2015-04-22 | 1 | -3/+3 |
* | i965: Use device_info instead of the context for computing vue maps | Jason Ekstrand | 2015-04-22 | 1 | -2/+4 |
* | i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export) | Carl Worth | 2015-04-02 | 1 | -9/+9 |
* | i965: Split out per-stage dirty-bit checking into separate functions | Carl Worth | 2015-04-02 | 1 | -5/+11 |
* | i965: Split out brw_<stage>_populate_key into their own functions | Carl Worth | 2015-04-02 | 1 | -14/+25 |
* | i965/state: Don't use brw->state.dirty.brw | Jordan Justen | 2015-03-31 | 1 | -4/+4 |
* | i965: Set nr_params to the number of uniform components in the VS/GS path. | Francisco Jerez | 2015-03-20 | 1 | -5/+1 |
* | i965/gs: Check newly-generated GS-out VUE map against correct stage | Chris Forbes | 2015-03-01 | 1 | -1/+1 |
* | i965: Perform program state upload outside of atom handling | Carl Worth | 2015-02-23 | 1 | -14/+8 |
* | i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key | Kristian Høgsberg | 2014-12-10 | 1 | -3/+3 |
* | i965: Make vertex color clamp handling code VS specific. | Kenneth Graunke | 2014-12-02 | 1 | -6/+1 |
* | i965: Add _CACHE_ in brw_cache_id enum names. | Kenneth Graunke | 2014-11-29 | 1 | -2/+2 |
* | i965: Alphabetize brw_tracked_state flags and use a consistent style. | Kenneth Graunke | 2014-11-29 | 1 | -4/+6 |
* | i965: Pass gl_program pointers into precompile functions. | Kenneth Graunke | 2014-11-24 | 1 | -7/+5 |
* | i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch]. | Kenneth Graunke | 2014-10-29 | 1 | -0/+428 |
* | i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch]. | Kenneth Graunke | 2014-10-29 | 1 | -259/+0 |
* | i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_prog | Samuel Iglesias Gonsalvez | 2014-09-19 | 1 | -0/+4 |
* | Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404 | Jordan Justen | 2014-09-04 | 1 | -1/+1 |
* | i965: Create a macro for setting a dirty bit. | Paul Berry | 2014-09-01 | 1 | -1/+1 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | i965: Put '_default_' in the name of functions that set default state. | Kenneth Graunke | 2014-06-02 | 1 | -1/+1 |
* | i965: Add annotation data structure and support code. | Matt Turner | 2014-05-24 | 1 | -1/+1 |
* | i965: Pass in start_offset to brw_compact_instructions(). | Matt Turner | 2014-05-24 | 1 | -1/+1 |
* | i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble. | Kenneth Graunke | 2014-05-18 | 1 | -1/+1 |
* | i965: Use brw_dump_compile for clip, SF, and old GS programs. | Kenneth Graunke | 2014-05-18 | 1 | -5/+1 |
* | i965: Pull brw_compact_instructions() out of brw_get_program(). | Matt Turner | 2014-05-15 | 1 | -0/+2 |
* | i965/disasm: Disassemble the compaction control bit. | Matt Turner | 2014-05-15 | 1 | -1/+1 |
* | mesa/sso: rename Shader to the pointer _Shader | Gregory Hainaut | 2014-03-25 | 1 | -1/+1 |
* | i965: Move compiler debugging output to stderr. | Eric Anholt | 2014-02-22 | 1 | -3/+3 |
* | mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar... | Paul Berry | 2014-01-21 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | i965: Drop trailing whitespace from the rest of the driver. | Kenneth Graunke | 2013-12-05 | 1 | -8/+8 |
* | i965: rename legacy gs structs and functions to ff_gs. | Paul Berry | 2013-08-31 | 1 | -21/+21 |
* | i965: Delete intel_context entirely. | Kenneth Graunke | 2013-07-09 | 1 | -1/+1 |
* | i965: Move intel_context::gen and gt fields to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -6/+4 |
* | i965: Handle rasterizer discard in the clipper rather than GS on Gen6. | Kenneth Graunke | 2013-05-20 | 1 | -8/+1 |
* | mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag | Marek Olšák | 2013-04-24 | 1 | -4/+4 |
* | mesa,i965: use NewDriverState to communicate TFB state changes with the driver | Marek Olšák | 2013-04-24 | 1 | -3/+3 |
* | i965/vs: split brw_vs_prog_data into generic and VS-specific parts. | Paul Berry | 2013-04-11 | 1 | -2/+2 |
* | i965: Move brw_vs_prog_data::outputs_written into VUE map. | Paul Berry | 2013-03-24 | 1 | -1/+1 |
* | i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT. | Paul Berry | 2013-03-24 | 1 | -1/+1 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -1/+1 |
* | i965: Remove unused userclip flags. | Paul Berry | 2013-02-19 | 1 | -3/+0 |
* | mesa: Make a function is_transform_feedback_active_and_unpaused. | Paul Berry | 2012-12-18 | 1 | -2/+2 |
* | i965/gen4: Fix memory leak each time compile_gs_prog() is called. | Eric Anholt | 2012-11-25 | 1 | -1/+1 |