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
...
*
mesa: Support internalFormat=GL_BGRA for DRI drivers
Kristian Høgsberg
2011-01-26
1
-0
/
+11
*
st/egl: Downgrade warning to debug when we can't create a drm screen
Kristian Høgsberg
2011-01-26
2
-2
/
+2
*
mesa: fix MESA/EXT typo
Brian Paul
2011-01-26
1
-1
/
+1
*
util: require debug options to be separated by commas
Marek Olšák
2011-01-26
1
-1
/
+38
*
gallium: add an interface for query predicates
Zack Rusin
2011-01-26
2
-1
/
+7
*
softpipe: support for 1D/2D texture arrays
Brian Paul
2011-01-25
3
-1
/
+210
*
st/mesa: support for 1D/2D texture arrays
Brian Paul
2011-01-25
3
-5
/
+12
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
4
-3
/
+42
*
configure.ac: define LIBDRM_INTEL_REQUIRED
Tormod Volden
2011-01-25
1
-1
/
+2
*
mesa: remove isProxy local var
Brian Paul
2011-01-25
1
-4
/
+2
*
mesa: use texFormat local var in more places
Brian Paul
2011-01-25
1
-4
/
+4
*
mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv()
Brian Paul
2011-01-25
1
-26
/
+19
*
mesa: consolidate error handling in set_tex_parameteri()
Brian Paul
2011-01-25
1
-38
/
+36
*
mesa: add checks for GL_EXT_texture_array
Brian Paul
2011-01-25
2
-16
/
+23
*
linker: Propagate max_array_access while linking functions
Ian Romanick
2011-01-25
2
-4
/
+13
*
linker: Set sizes for non-global arrays as well
Ian Romanick
2011-01-25
1
-18
/
+17
*
ir_to_mesa: Add several assertions about sizes of arrays
Ian Romanick
2011-01-25
1
-0
/
+4
*
glsl: silence uninitialized var warning in read_texture()
Brian Paul
2011-01-25
1
-1
/
+4
*
r600g: Implement timer queries.
Mathias Fröhlich
2011-01-25
5
-14
/
+78
*
r600g: Implement asyncronous query results.
Mathias Fröhlich
2011-01-25
1
-4
/
+13
*
r600g: Fix meaning of num_results for queries.
Mathias Fröhlich
2011-01-25
1
-4
/
+4
*
fix potential leak in r600_context_init
Tim Wiederhake
2011-01-25
1
-1
/
+2
*
silences some valgrind warnings
Tim Wiederhake
2011-01-25
1
-1
/
+1
*
Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"
Brian Paul
2011-01-25
2
-2
/
+2
*
softpipe: fix off-by-one error in setup_fragcoord_coeff()
Brian Paul
2011-01-25
1
-1
/
+1
*
st/mesa: add comments in emit_wpos()
Brian Paul
2011-01-25
1
-0
/
+12
*
st/mesa: fix incorrect fragcoord.x translation
Brian Paul
2011-01-25
1
-4
/
+6
*
glapi: adding @ char before type specifier in glapi_x86.S
Dimitry Andric
2011-01-25
2
-2
/
+2
*
glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S
Dimitry Andric
2011-01-25
2
-2
/
+2
*
svga: link libwsw for dri-vmwgfx target with make build system too
Roland Scheidegger
2011-01-25
1
-0
/
+1
*
u_blitter: remove bogus assertion
Marek Olšák
2011-01-25
1
-3
/
+0
*
u_blitter: report recursion, update comments
Marek Olšák
2011-01-25
1
-1
/
+14
*
nvc0: Move declaration before code.
Vinson Lee
2011-01-24
1
-2
/
+2
*
gallium/tgsi: update the docs for the new opcodes a bit
Zack Rusin
2011-01-24
1
-5
/
+52
*
mesa: add red, red/green formats in _mesa_base_fbo_format()
Brian Paul
2011-01-24
1
-1
/
+11
*
mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()
Brian Paul
2011-01-24
4
-1
/
+34
*
mesa: new cases in _mesa_base_fbo_format()
Brian Paul
2011-01-24
1
-8
/
+35
*
Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...
Brian Paul
2011-01-24
1
-24
/
+43
*
scons: Add nvc0 to SConscript.
Vinson Lee
2011-01-24
1
-0
/
+1
*
vega: implement handler/pointer conversion using a hash table
Brian Paul
2011-01-24
9
-9
/
+175
*
vega: remove redundant functions found elsewhere
Brian Paul
2011-01-24
1
-10
/
+0
*
vega: replace casts with pointer/handle conversion functions
Brian Paul
2011-01-24
11
-165
/
+297
*
glx: fix request lengths
Julien Cristau
2011-01-24
1
-3
/
+3
*
svga: Add more swrast debuging
Jakob Bornecrantz
2011-01-25
4
-4
/
+34
*
svga: Use get once helpers for context debug envs
Jakob Bornecrantz
2011-01-25
1
-4
/
+8
*
rbug: Fix surface reference leak
Jakob Bornecrantz
2011-01-25
1
-3
/
+3
*
glsl: Fix mingw crosscompile
Jakob Bornecrantz
2011-01-25
1
-0
/
+1
*
r600g: FLT_TO_INT* are vector instructions on Evergreen.
Henri Verbeet
2011-01-25
1
-2
/
+2
*
graw: add a test showing the new sampling scheme in action
Zack Rusin
2011-01-24
1
-0
/
+415
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
17
-34
/
+767
[prev]
[next]