summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* r200: Fix probable thinko in r200EmitArraysAdam Jackson2013-01-131-1/+2
* Remove hacks for static MakefilesMatt Turner2013-01-136-18/+0
* i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2013-01-124-8/+22
* i965: Fix build error with clang.Kenneth Graunke2013-01-121-3/+7
* i965/fs: Don't mix integer/float immediates in i2b handling.Kenneth Graunke2013-01-121-1/+3
* i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke2013-01-123-1/+4
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-122-0/+17
* drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth2013-01-111-0/+3
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-113-1/+9
* driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2013-01-112-21/+20
* driconf: Add translation-generation to build system, don't track generated filesCarl Worth2013-01-118-643/+64
* driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth2013-01-111-2/+2
* driconf: Fix gen_xmlpool.py script to allow running from any directoryChad Versace2013-01-112-4/+18
* driconf: Add some translations which have been available, but were not compiledCarl Worth2013-01-111-8/+8
* driconf: Add option definitions to source file, not generated targetCarl Worth2013-01-111-0/+10
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-4/+4
* i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick2013-01-111-0/+3
* Clean up .gitignore filesMatt Turner2013-01-1010-11/+0
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-098-153/+143
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-095-26/+34
* intel: Move compute_msaa_layout earlier in file.Paul Berry2013-01-091-38/+41
* i965/fs: Fix struct vs. class in acp_entry definitions.Kenneth Graunke2013-01-081-1/+1
* mesa: Add ALIGN() macro to main/macros.h.Paul Berry2013-01-082-13/+1
* i965: Support GL_FIXED and packed vertex formats natively on Haswell+.Kenneth Graunke2013-01-072-12/+58
* i965: Add #defines for GL_FIXED vertex formats.Kenneth Graunke2013-01-071-0/+4
* i965: Add remaining #defines for packed vertex formats.Kenneth Graunke2013-01-071-0/+9
* i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.Kenneth Graunke2013-01-074-5/+17
* i965/fs: Remove dead code from generate_uniform_pull_constant_load_gen7.Kenneth Graunke2013-01-071-2/+0
* intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick2013-01-041-1/+1
* xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* i965: Fix glCompressedTexSubImage2D offsets for ETC textures.Paul Berry2013-01-041-0/+3
* i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke2013-01-036-360/+252
* radeon/r200: Fix tcl cullingsmoki2013-01-032-18/+8
* i965: Add break statement at end of BRW_OPCODE_CONTINUE case.Vinson Lee2013-01-021-0/+1
* mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry2013-01-021-2/+2
* xlib: handle _mesa_initialize_visual()'s return valueBrian Paul2012-12-311-9/+12
* i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke2012-12-291-2/+2
* intel: Skip texture validation logic when nothing has changed.Eric Anholt2012-12-285-2/+30
* intel: Turn a test in miptree_match_image into an assert.Eric Anholt2012-12-281-2/+5
* i965: Stop making a copy of non-builtin uniforms in ParameterValues[].Eric Anholt2012-12-281-3/+0
* i965: Consistently use nr_pull_params instead of NumParameters.Eric Anholt2012-12-282-4/+3
* i965/vs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt2012-12-282-54/+35
* i965/fs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt2012-12-283-44/+30
* i965/fs: Remove the param_index/param_offset indirection.Eric Anholt2012-12-284-46/+10
* i965: Add asserts to check that we don't realloc ParameterValues.Eric Anholt2012-12-284-0/+19
* i965: Add texrect scale parameters before pointers to ParameterValues.Eric Anholt2012-12-283-0/+24
* i965: Fix a typo in a comment.Eric Anholt2012-12-281-1/+1
* i965: Add a note about a bug from the no-recompile-on-sampler-updates change.Eric Anholt2012-12-281-0/+4
* i965: Fix border color handling for deprecated SNORM formats.Eric Anholt2012-12-261-2/+29
* i965: Start using HIZ for Z16 textures.Eric Anholt2012-12-261-0/+1