| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 2 | -2/+2 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 23 | -22/+23 |
* | i965: Delete stale "pre-gen4" comment in texture validation code. | Kenneth Graunke | 2014-08-02 | 1 | -5/+0 |
* | i965: Delete sampler state structures. | Kenneth Graunke | 2014-08-02 | 1 | -99/+0 |
* | i965: Replace sizeof(struct gen7_sampler_state) with the size itself. | Kenneth Graunke | 2014-08-02 | 4 | -8/+8 |
* | i965: Drop sizeof(struct brw_sampler_state) from estimated prim size. | Kenneth Graunke | 2014-08-02 | 1 | -3/+3 |
* | i965: Make BLORP use brw_emit_sampler_state(). | Kenneth Graunke | 2014-08-02 | 3 | -95/+33 |
* | i965: Delete redundant sampler state dumping code. | Kenneth Graunke | 2014-08-02 | 1 | -34/+5 |
* | i965: Make some brw_sampler_state.c functions static again. | Kenneth Graunke | 2014-08-02 | 2 | -8/+2 |
* | i965: Stop using gen7_update_sampler_state; rm gen7_sampler_state.c. | Kenneth Graunke | 2014-08-02 | 4 | -194/+2 |
* | i965: Make brw_update_sampler_state use 8 bits for LOD fields on Gen7+. | Kenneth Graunke | 2014-08-02 | 1 | -3/+4 |
* | i965: Make brw_update_sampler_state() use brw_emit_sampler_state(). | Kenneth Graunke | 2014-08-02 | 1 | -119/+92 |
* | i965: Introduce a function to emit a SAMPLER_STATE structure. | Kenneth Graunke | 2014-08-02 | 2 | -0/+93 |
* | i965: Add const to upload_default_color's sampler parameter. | Kenneth Graunke | 2014-08-02 | 2 | -2/+2 |
* | i965: Add #defines for SAMPLER_STATE fields. | Kenneth Graunke | 2014-08-02 | 1 | -0/+54 |
* | i965: Convert wrap mode #defines to an enum. | Kenneth Graunke | 2014-08-02 | 1 | -7/+9 |
* | i965: Delete gen7_upload_sampler_state_table and vtable mechanism. | Kenneth Graunke | 2014-08-02 | 5 | -70/+3 |
* | i965: Make brw_upload_sampler_state_table handle Gen7+ as well. | Kenneth Graunke | 2014-08-02 | 3 | -5/+49 |
* | i965: Shift brw_upload_sampler_state_table away from structures. | Kenneth Graunke | 2014-08-02 | 1 | -8/+15 |
* | i965: Push computation for sampler state batch offsets up a level. | Kenneth Graunke | 2014-08-02 | 1 | -10/+12 |
* | i965: Drop unused 'ss_index' parameter from gen7_update_sampler_state. | Kenneth Graunke | 2014-08-02 | 1 | -2/+2 |
* | i965: Stop storing sdc_offset in brw_stage_state. | Kenneth Graunke | 2014-08-02 | 3 | -18/+13 |
* | i965: Drop the degenerate brw_sampler_default_color structure. | Kenneth Graunke | 2014-08-02 | 3 | -16/+8 |
* | i965: Write a better file comment for brw_sampler_state.c. | Kenneth Graunke | 2014-08-02 | 1 | -7/+6 |
* | i965: Rename brw_wm_sampler_state.c to brw_sampler_state.c. | Kenneth Graunke | 2014-08-02 | 3 | -2/+2 |
* | i965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_STATE. | Kenneth Graunke | 2014-08-02 | 1 | -2/+0 |
* | i965/miptree: Layout 1D Array as 2D Array with height of 1 | Jordan Justen | 2014-08-01 | 1 | -0/+20 |
* | xmlconfig: Use program_invocation_short_name when building for cygwin | Yaakov Selkowitz | 2014-07-29 | 1 | -0/+2 |
* | i965/fs: Decide predicate/predicate_inverse outside of the for loop. | Matt Turner | 2014-07-24 | 1 | -9/+14 |
* | i965/fs: Swap if/else conditions in SEL peephole. | Matt Turner | 2014-07-24 | 1 | -3/+3 |
* | i965: Improve dead control flow elimination. | Matt Turner | 2014-07-24 | 1 | -10/+15 |
* | i965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_INT_8_8_8_8_REV textures | Jason Ekstrand | 2014-07-23 | 1 | -1/+5 |
* | i965/fs: Set LastRT on the final FB write on Broadwell. | Kenneth Graunke | 2014-07-23 | 1 | -4/+2 |
* | i965: Port INTEL_DEBUG=optimizer to the vec4 backend. | Kenneth Graunke | 2014-07-23 | 1 | -6/+36 |
* | i965: Save the gl_shader_stage enum in backend_visitor. | Kenneth Graunke | 2014-07-23 | 2 | -1/+4 |
* | i965: Don't print WE_normal in disassembly. | Kenneth Graunke | 2014-07-23 | 1 | -1/+1 |
* | meta: Add a meta implementation of GL_ARB_clear_texture | Neil Roberts | 2014-07-23 | 4 | -0/+198 |
* | meta: Add a state flag for the GL_DITHER | Neil Roberts | 2014-07-23 | 2 | -0/+12 |
* | i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+. | Kenneth Graunke | 2014-07-21 | 1 | -5/+0 |
* | i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode. | Kenneth Graunke | 2014-07-21 | 3 | -1/+11 |
* | i965: Add missing persample_shading field to brw_wm_debug_recompile. | Kenneth Graunke | 2014-07-21 | 1 | -0/+2 |
* | i965/disasm: Don't disassemble the URB complete field on Broadwell. | Kenneth Graunke | 2014-07-21 | 1 | -2/+4 |
* | i965: Disable hex offset printing in disassembly. | Kenneth Graunke | 2014-07-21 | 1 | -1/+2 |
* | i965/vec4: Use foreach_inst_in_block a couple more places. | Matt Turner | 2014-07-21 | 2 | -8/+2 |
* | i965: Replace cfg instances with calls to calculate_cfg(). | Matt Turner | 2014-07-21 | 5 | -22/+22 |
* | i965/cfg: Add a foreach_block_and_inst macro. | Matt Turner | 2014-07-21 | 1 | -0/+4 |
* | i965: Add cfg to backend_visitor. | Matt Turner | 2014-07-21 | 9 | -33/+48 |
* | i965: Silence unused parameter warning | Ian Romanick | 2014-07-19 | 1 | -1/+1 |
* | i965: Silence 'comparison is always true' warning | Ian Romanick | 2014-07-19 | 1 | -2/+0 |
* | i965: Silence many unused parameter warnings | Ian Romanick | 2014-07-19 | 1 | -0/+10 |