summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)AuthorFilesLines
2013-01-11driconf: Add a new option: disable_glsl_line_continuationsCarl Worth1-0/+2
2013-01-11driconf: Add translation-generation to build system, don't track generated filesCarl Worth1-0/+3
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick1-4/+4
2013-01-11i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick1-0/+3
2013-01-10Clean up .gitignore filesMatt Turner1-2/+0
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry1-10/+10
2013-01-08i965/fs: Fix struct vs. class in acp_entry definitions.Kenneth Graunke1-1/+1
2013-01-08mesa: Add ALIGN() macro to main/macros.h.Paul Berry1-0/+1
2013-01-07i965: Support GL_FIXED and packed vertex formats natively on Haswell+.Kenneth Graunke2-12/+58
2013-01-07i965: Add #defines for GL_FIXED vertex formats.Kenneth Graunke1-0/+4
2013-01-07i965: Add remaining #defines for packed vertex formats.Kenneth Graunke1-0/+9
2013-01-07i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.Kenneth Graunke4-5/+17
2013-01-07i965/fs: Remove dead code from generate_uniform_pull_constant_load_gen7.Kenneth Graunke1-2/+0
2013-01-03i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke6-360/+252
2013-01-02i965: Add break statement at end of BRW_OPCODE_CONTINUE case.Vinson Lee1-0/+1
2012-12-28i965: Stop making a copy of non-builtin uniforms in ParameterValues[].Eric Anholt1-3/+0
2012-12-28i965: Consistently use nr_pull_params instead of NumParameters.Eric Anholt2-4/+3
2012-12-28i965/vs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt2-54/+35
2012-12-28i965/fs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt3-44/+30
2012-12-28i965/fs: Remove the param_index/param_offset indirection.Eric Anholt4-46/+10
2012-12-28i965: Add asserts to check that we don't realloc ParameterValues.Eric Anholt4-0/+19
2012-12-28i965: Add texrect scale parameters before pointers to ParameterValues.Eric Anholt3-0/+24
2012-12-28i965: Fix a typo in a comment.Eric Anholt1-1/+1
2012-12-28i965: Add a note about a bug from the no-recompile-on-sampler-updates change.Eric Anholt1-0/+4
2012-12-26i965: Fix border color handling for deprecated SNORM formats.Eric Anholt1-2/+29
2012-12-26i965: Start using HIZ for Z16 textures.Eric Anholt1-0/+1
2012-12-22i965: Add perf debug for depth/stencil alignment workaround.Eric Anholt1-0/+16
2012-12-22i965: Fix hiz resolves getting stomped by depth offset validation.Eric Anholt1-5/+5
2012-12-18i965: Fix gl_VertexID when there are no other vertex inputs.Paul Berry1-3/+3
2012-12-18mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry4-8/+7
2012-12-18mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry1-12/+4
2012-12-18mesa: Change args to vbo_count_tessellated_primitives.Paul Berry1-1/+3
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-0/+8
2012-12-15i965: Move BRW_MAX_GRF and similar defines to brw_reg.h.Kenneth Graunke2-18/+17
2012-12-15i965: Split struct brw_reg out from brw_eu.h into its own header.Kenneth Graunke2-709/+778
2012-12-14i965: Add missing autoconf bits so test_vec4_register_coalesce will buildIan Romanick1-0/+3
2012-12-14i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.Eric Anholt3-61/+128
2012-12-14i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"Eric Anholt3-9/+113
2012-12-14i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt3-2/+133
2012-12-14i965/fs: Drop an unnecessary _safe on a list walk.Eric Anholt1-1/+1
2012-12-14i965/fs: Add a note explaining a detail of register_coalesce_2().Eric Anholt1-0/+21
2012-12-14i965: Also consider HALTs a potential block end.Eric Anholt1-0/+1
2012-12-14i965: Jump to the end of the next outer conditional block on ENDIFs.Kenneth Graunke1-0/+7
2012-12-14i965/fs: Fix setup for textureGrad(samplerCubeArray, coord, dPdx, dPdy)Eric Anholt1-7/+12
2012-12-14i965/fs: Move the failure for gen7 16-wide intdiv to emit_math().Eric Anholt2-7/+4
2012-12-14i965: fs: Add fixup for textureSize on Gen6/7Chris Forbes1-0/+11
2012-12-14i965: fs: fix gen6+ math operands in one placeChris Forbes2-28/+33
2012-12-14i965: vs: Add fixup for textureSize with cube array samplersChris Forbes1-0/+13
2012-12-14i965/vs: Fix gen6+ math operand quirks in one placeChris Forbes2-34/+28
2012-12-14i965: Add various plumbing for cubemap arraysChris Forbes5-3/+11