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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: Make a teximage's stored RowStride be in terms of bytes per row.
Eric Anholt
2013-04-30
6
-9
/
+30
*
swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].
Eric Anholt
2013-04-30
3
-8
/
+8
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
13
-185
/
+123
*
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
4
-44
/
+17
*
swrast: Clean up and explain the mapping process.
Eric Anholt
2013-04-30
2
-10
/
+17
*
swrast: Factor out texture slice counting.
Eric Anholt
2013-04-30
1
-4
/
+12
*
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
*
Mesa: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
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
*
mesa: Fix error checking for GS UBO getters.
Eric Anholt
2013-04-29
1
-2
/
+7
*
mesa: Add a clarifying comment about EXTRA_ error checking.
Eric Anholt
2013-04-29
1
-1
/
+7
*
mesa: Add an extra clarifying set of braces to getter checking.
Eric Anholt
2013-04-29
1
-1
/
+2
*
mesa: Fix error checking for getters consisting of only API versions.
Eric Anholt
2013-04-29
1
-32
/
+24
*
mesa: Clarify the names of error checking variables for glGet.
Eric Anholt
2013-04-29
1
-22
/
+21
*
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
*
Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...
José Fonseca
2013-04-29
1
-14
/
+0
*
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
*
mesa: fix the compressed TexSubImage size checking code
Brian Paul
2013-04-26
1
-3
/
+9
*
mesa: updated read_buffer_enum_to_index() comment
Brian Paul
2013-04-26
1
-2
/
+2
*
mesa: fix type comparison errors in sub-texture error checking code
Tapani Pälli
2013-04-26
1
-5
/
+5
*
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
*
scons: Support clang.
José Fonseca
2013-04-25
1
-1
/
+2
*
mesa: fix bogus comment about PrimitiveRestart fields
Chris Forbes
2013-04-25
1
-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: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.
Kenneth Graunke
2013-04-23
1
-0
/
+327
*
mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.
Kenneth Graunke
2013-04-23
1
-0
/
+253
*
mesa: Add an unpack function for ARGB2101010_UINT.
Kenneth Graunke
2013-04-23
1
-0
/
+15
*
mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
377
-1142
/
+1512
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
377
-377
/
+377
*
mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
2
-2
/
+2
[next]