index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: use automake conditionals for defining FEATURE_{ES1,ES2}
Andreas Boll
2013-05-01
2
-2
/
+20
*
intel: remove executable bit from C file
Andreas Boll
2013-05-01
1
-0
/
+0
*
i965/vs: Fix textureGrad() with shadow samplers on Haswell.
Kenneth Graunke
2013-05-01
1
-2
/
+8
*
i965: Lower textureGrad() for samplerCubeShadow.
Kenneth Graunke
2013-05-01
3
-6
/
+27
*
i965: Stop passing num_samples to intel_miptree_alloc_hiz().
Paul Berry
2013-04-30
3
-8
/
+6
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
8
-14
/
+344
*
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
2013-04-30
2
-41
/
+15
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
3
-18
/
+19
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
11
-148
/
+6
*
intel: Move the S8 offset calc function near its remaining usage.
Eric Anholt
2013-04-30
3
-58
/
+56
*
intel: Ensure renderbuffers are current when mapping them.
Eric Anholt
2013-04-30
1
-6
/
+1
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
9
-288
/
+8
*
nouveau: Replace swrast_texture_image->Map usage with ->Buffer.
Eric Anholt
2013-04-30
1
-3
/
+1
*
nouveau: Just use MapTextureImage instead of duplicating the logic.
Eric Anholt
2013-04-30
1
-81
/
+18
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
2
-34
/
+16
*
swrast: Reuse _swrast_free_texture_image_buffer from drivers.
Eric Anholt
2013-04-30
2
-15
/
+2
*
swrast: Move ImageOffsets allocation to shared code.
Eric Anholt
2013-04-30
2
-31
/
+4
*
radeon: Remove some dead teximage mapping code.
Eric Anholt
2013-04-30
2
-52
/
+0
*
radeon: Add missing swrast field initialization.
Eric Anholt
2013-04-30
1
-0
/
+3
*
i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wm
Eric Anholt
2013-04-29
1
-0
/
+5
*
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
2013-04-29
3
-1
/
+11
*
intel: Be more conservative in disabling tiling to save memory.
Eric Anholt
2013-04-29
1
-3
/
+5
*
i965: Disable Z16 on contexts that don't require it.
Eric Anholt
2013-04-29
1
-1
/
+14
*
intel: Report FBO incompleteness causes through GL_ARB_debug_output.
Eric Anholt
2013-04-29
1
-22
/
+34
*
intel: Fold the one last function intel_tex_format.c into the caller.
Eric Anholt
2013-04-29
7
-27
/
+10
*
i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.
Eric Anholt
2013-04-29
3
-2
/
+15
*
i915: Always enable GL 2.0 support.
Eric Anholt
2013-04-29
2
-30
/
+5
*
i915: Correctly set the OQ counter bits.
Eric Anholt
2013-04-29
2
-0
/
+2
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
6
-76
/
+49
*
i965/fs: Don't try to use bogus interpolation modes pre-Gen6.
Chris Forbes
2013-04-30
1
-9
/
+17
*
i965/vs: Fix order of source arguments to LRP.
Matt Turner
2013-04-28
1
-1
/
+4
*
i965/vs: Add support for LRP instruction.
Matt Turner
2013-04-25
5
-3
/
+22
*
i965/vs: Add a function to fix-up uniform arguments for 3-src insts.
Matt Turner
2013-04-25
2
-0
/
+25
*
i965: Avoid recompiles for fragment clamping on non-clamping APIs.
Eric Anholt
2013-04-25
2
-2
/
+2
*
i965: report correct sample positions
Chris Forbes
2013-04-25
1
-4
/
+4
*
i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFER
Chia-I Wu
2013-04-24
1
-6
/
+10
*
i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
Chia-I Wu
2013-04-24
1
-3
/
+14
*
i965: fix SURFACE_STATE dumping
Chia-I Wu
2013-04-24
1
-4
/
+4
*
i965: Remove strange comments about math functions.
Matt Turner
2013-04-24
1
-3
/
+3
*
i965: Remove traces of nonexistent TAN math function.
Matt Turner
2013-04-24
2
-2
/
+1
*
r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...
Laurent Carlier
2013-04-24
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
25
-76
/
+100
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
25
-25
/
+25
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
24
-24
/
+24
*
mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions
Marek Olšák
2013-04-24
5
-5
/
+10
*
mesa: remove _NEW_PACKUNPACK
Marek Olšák
2013-04-24
1
-1
/
+0
*
mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
Marek Olšák
2013-04-24
5
-8
/
+12
*
mesa,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
6
-14
/
+22
*
i965/fs: Don't save value returned by emit() if it's not used.
Matt Turner
2013-04-22
1
-11
/
+11
*
i965: Fix a mistake in the comments for software counters.
Kenneth Graunke
2013-04-22
1
-2
/
+2
[next]