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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
15
-55
/
+55
*
swrast: remove gl_renderbuffer::DataType check in DrawPixels()
Brian Paul
2012-01-24
1
-5
/
+8
*
swrast: remove gl_renderbuffer::DataType assertions
Brian Paul
2012-01-24
3
-3
/
+0
*
st/mesa: remove gl_renderbuffer:DataType assignments
Brian Paul
2012-01-24
4
-107
/
+0
*
swrast: make _swrast_get_values(), _swrast_get_row() static
Brian Paul
2012-01-24
2
-23
/
+12
*
swrast: remove dstType param from _swrast_read_rgba_span()
Brian Paul
2012-01-24
3
-7
/
+7
*
swrast: remove unused _swrast_put_row()
Brian Paul
2012-01-24
2
-40
/
+0
*
mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
Ian Romanick
2012-01-24
1
-11
/
+42
*
mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Ian Romanick
2012-01-24
4
-8
/
+29
*
swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels
Ian Romanick
2012-01-24
1
-2
/
+21
*
mesa: Make sure _TexEnvProgram points at the current ff fragment program
Ian Romanick
2012-01-24
1
-0
/
+9
*
softpipe: move var initialization to silence warning
Brian Paul
2012-01-24
1
-2
/
+1
*
r600g: remove unused variable
Brian Paul
2012-01-24
1
-1
/
+0
*
glsl: Don't use newlocale on Haiku
Alexander von Gluck
2012-01-24
1
-1
/
+2
*
mesa: Don't use newlocale on Haiku
Alexander von Gluck
2012-01-24
1
-1
/
+1
*
svga: fix typedef conflicts on Haiku
Alexander von Gluck
2012-01-24
1
-0
/
+4
*
llvmpipe: fix symbol conflict on Haiku
Alexander von Gluck
2012-01-24
1
-2
/
+2
*
scons: Remove Haiku one-offs for gallium drivers
Alexander von Gluck
2012-01-24
1
-7
/
+2
*
gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.
Michel Dänzer
2012-01-24
1
-1
/
+2
*
Revert "Always build shared glapi"
Matt Turner
2012-01-24
15
-1
/
+86
*
gbm: install libgbm.so into lib
Matt Turner
2012-01-24
4
-3
/
+5
*
llvmpipe: Fix math error in LP_DEBUG=counters output
Adam Jackson
2012-01-24
1
-2
/
+3
*
r600g: fix inconsistency with INTERP* opcode definitions
Vadim Girlin
2012-01-24
3
-11
/
+11
*
r600g: replace raw opcodes with names in the is_alu_trans/vector
Vadim Girlin
2012-01-24
1
-12
/
+80
*
r600g: add missing opcode definitions
Vadim Girlin
2012-01-24
1
-5
/
+85
*
r600g: fix loop break/continue operations
Vadim Girlin
2012-01-24
1
-2
/
+0
*
r600g: fix fragcoord.w
Vadim Girlin
2012-01-24
1
-4
/
+27
*
targets/gbm: Fix install path
Benjamin Franzke
2012-01-24
2
-5
/
+5
*
gbm/Makefile.template: Remove builtin-compile path
Benjamin Franzke
2012-01-24
1
-10
/
+0
*
egl,gbm_gallium: Fix linkage against gbm from automake
Benjamin Franzke
2012-01-24
3
-2
/
+4
*
r600g: fix interpolation with clipvertex
Vadim Girlin
2012-01-24
1
-0
/
+3
*
swrast: Fix unsigned promotion in pointer arithmetic
Chad Versace
2012-01-23
1
-3
/
+3
*
meta: Fallback for glBlitFramebuffer from a multisample surface
Ian Romanick
2012-01-23
1
-1
/
+6
*
i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
2012-01-23
1
-3
/
+9
*
r600g: clean up register headers
Alex Deucher
2012-01-23
4
-66
/
+55
*
i965/vs: Enable workaround-free math on gen7.
Eric Anholt
2012-01-23
1
-2
/
+6
*
i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Eric Anholt
2012-01-23
1
-6
/
+16
*
automake: src/gbm
Matt Turner
2012-01-23
10
-181
/
+50
*
autoconf: Fix build of dri symbols test to not manually link expat.
Eric Anholt
2012-01-23
1
-0
/
+2
*
i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
2012-01-23
1
-1
/
+7
*
Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"
Jon TURNEY
2012-01-23
1
-0
/
+2
*
Don't build shared dricore when unneeded
Jon TURNEY
2012-01-23
1
-1
/
+1
*
r600g: cayman fix integer multiplies
Dave Airlie
2012-01-23
1
-1
/
+29
*
r600g: cayman initial integer support
Dave Airlie
2012-01-23
1
-22
/
+24
*
r600g: fix VS fog export
Vadim Girlin
2012-01-23
1
-0
/
+5
*
dri: install dri_interface.h
Matt Turner
2012-01-22
1
-0
/
+3
*
r600g: shift integer ops are trans unit only on r600.
Dave Airlie
2012-01-22
1
-0
/
+1
*
r600g: replace trans/vector-only instruction lists with ranges (v2)
Vadim Girlin
2012-01-22
1
-71
/
+15
*
Revert "r600g: replace trans/vector-only instruction lists with ranges"
Dave Airlie
2012-01-22
1
-11
/
+73
*
r600g: srgb mode is only valid on certain format types.
Dave Airlie
2012-01-22
1
-0
/
+8
[next]