summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2013-05-012-2/+20
* intel: remove executable bit from C fileAndreas Boll2013-05-011-0/+0
* i965/vs: Fix textureGrad() with shadow samplers on Haswell.Kenneth Graunke2013-05-011-2/+8
* i965: Lower textureGrad() for samplerCubeShadow.Kenneth Graunke2013-05-013-6/+27
* i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry2013-04-303-8/+6
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-308-14/+344
* mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt2013-04-302-41/+15
* i965: Don't flush the batch at the end of blorp.Eric Anholt2013-04-303-18/+19
* intel: Remove the last spans code!Eric Anholt2013-04-3011-148/+6
* intel: Move the S8 offset calc function near its remaining usage.Eric Anholt2013-04-303-58/+56
* intel: Ensure renderbuffers are current when mapping them.Eric Anholt2013-04-301-6/+1
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-309-288/+8
* nouveau: Replace swrast_texture_image->Map usage with ->Buffer.Eric Anholt2013-04-301-3/+1
* nouveau: Just use MapTextureImage instead of duplicating the logic.Eric Anholt2013-04-301-81/+18
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-302-34/+16
* swrast: Reuse _swrast_free_texture_image_buffer from drivers.Eric Anholt2013-04-302-15/+2
* swrast: Move ImageOffsets allocation to shared code.Eric Anholt2013-04-302-31/+4
* radeon: Remove some dead teximage mapping code.Eric Anholt2013-04-302-52/+0
* radeon: Add missing swrast field initialization.Eric Anholt2013-04-301-0/+3
* i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wmEric Anholt2013-04-291-0/+5
* i965/fs: Allow LRPs with uniform registers.Eric Anholt2013-04-293-1/+11
* intel: Be more conservative in disabling tiling to save memory.Eric Anholt2013-04-291-3/+5
* i965: Disable Z16 on contexts that don't require it.Eric Anholt2013-04-291-1/+14
* intel: Report FBO incompleteness causes through GL_ARB_debug_output.Eric Anholt2013-04-291-22/+34
* intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt2013-04-297-27/+10
* i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt2013-04-293-2/+15
* i915: Always enable GL 2.0 support.Eric Anholt2013-04-292-30/+5
* i915: Correctly set the OQ counter bits.Eric Anholt2013-04-292-0/+2
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-296-76/+49
* i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes2013-04-301-9/+17
* i965/vs: Fix order of source arguments to LRP.Matt Turner2013-04-281-1/+4
* i965/vs: Add support for LRP instruction.Matt Turner2013-04-255-3/+22
* i965/vs: Add a function to fix-up uniform arguments for 3-src insts.Matt Turner2013-04-252-0/+25
* i965: Avoid recompiles for fragment clamping on non-clamping APIs.Eric Anholt2013-04-252-2/+2
* i965: report correct sample positionsChris Forbes2013-04-251-4/+4
* i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu2013-04-241-6/+10
* i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERNChia-I Wu2013-04-241-3/+14
* i965: fix SURFACE_STATE dumpingChia-I Wu2013-04-241-4/+4
* i965: Remove strange comments about math functions.Matt Turner2013-04-241-3/+3
* i965: Remove traces of nonexistent TAN math function.Matt Turner2013-04-242-2/+1
* r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier2013-04-241-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2325-76/+100
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2325-25/+25
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2324-24/+24
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-245-5/+10
* mesa: remove _NEW_PACKUNPACKMarek Olšák2013-04-241-1/+0
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-245-8/+12
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-246-14/+22
* i965/fs: Don't save value returned by emit() if it's not used.Matt Turner2013-04-221-11/+11
* i965: Fix a mistake in the comments for software counters.Kenneth Graunke2013-04-221-2/+2