summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2013-01-12scons: Update for xmlpool/options.h generation.José Fonseca1-0/+14
2013-01-11drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth1-0/+3
2013-01-11driconf: Add a new option: disable_glsl_line_continuationsCarl Worth3-1/+9
2013-01-11driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2-21/+20
2013-01-11driconf: Add translation-generation to build system, don't track generated filesCarl Worth8-643/+64
2013-01-11driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth1-2/+2
2013-01-11driconf: Fix gen_xmlpool.py script to allow running from any directoryChad Versace2-4/+18
2013-01-11driconf: Add some translations which have been available, but were not compiledCarl Worth1-8/+8
2013-01-11driconf: Add option definitions to source file, not generated targetCarl Worth1-0/+10
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 Turner7-8/+0
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry8-153/+143
2013-01-09intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry5-26/+34
2013-01-09intel: Move compute_msaa_layout earlier in file.Paul Berry1-38/+41
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 Berry2-13/+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-04intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick1-1/+1
2013-01-04i965: Fix glCompressedTexSubImage2D offsets for ETC textures.Paul Berry1-0/+3
2013-01-03i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke6-360/+252
2013-01-03radeon/r200: Fix tcl cullingsmoki2-18/+8
2013-01-02i965: Add break statement at end of BRW_OPCODE_CONTINUE case.Vinson Lee1-0/+1
2013-01-02mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry1-2/+2
2012-12-29i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke1-2/+2
2012-12-28intel: Skip texture validation logic when nothing has changed.Eric Anholt5-2/+30
2012-12-28intel: Turn a test in miptree_match_image into an assert.Eric Anholt1-2/+5
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-26intel: Use the parent miptree's format for setting up HiZ miptrees.Eric Anholt1-1/+1
2012-12-22intel: Remove a couple of dead function prototypes.Eric Anholt1-5/+0
2012-12-22i965: Add perf debug for depth/stencil alignment workaround.Eric Anholt1-0/+16
2012-12-22i965: Assert that relayout laid out something that won't need it again.Eric Anholt1-0/+6
2012-12-22i965: Also fix validation of Z32F_S8 textures.Eric Anholt1-0/+2
2012-12-22i965: Fix validation of ETC miptrees.Eric Anholt1-5/+7
2012-12-22qi965: Add perf debug for texture relayout.Eric Anholt1-0/+5
2012-12-22i965: Fix hiz resolves getting stomped by depth offset validation.Eric Anholt1-5/+5