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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/wgl: dummy implementation of wgl swapinterval extension
Keith Whitwell
2009-07-01
4
-0
/
+63
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
3
-16
/
+15
*
wgl: Optimize wglGetProcAddress.
José Fonseca
2009-07-01
1
-6
/
+6
*
util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...
José Fonseca
2009-06-30
1
-1
/
+3
*
gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...
José Fonseca
2009-06-30
3
-7
/
+18
*
cell: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
Brian Paul
2009-06-26
1
-0
/
+1
*
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
2009-06-26
1
-5
/
+13
*
aux/indices: don't use 'prim' value once it is known to be bad
Keith Whitwell
2009-06-26
1
-1
/
+1
*
wgl: Handle flush after a window is destroyed.
José Fonseca
2009-06-24
1
-20
/
+21
*
softpipe: return alpha=1 in shadow_compare() function
Brian Paul
2009-06-19
1
-0
/
+2
*
util: Add cast.
José Fonseca
2009-06-18
1
-1
/
+1
*
draw: Replace pointer arithmetic with cast.
José Fonseca
2009-06-18
1
-1
/
+2
*
trace: Use size_t consistently.
José Fonseca
2009-06-18
2
-5
/
+5
*
pipebuffer: Use a type consistently for sizes/offsets.
José Fonseca
2009-06-18
12
-84
/
+90
*
wgl: Fix window resizing in multithread applications.
José Fonseca
2009-06-18
4
-47
/
+112
*
wgl: Move all thread related code together.
José Fonseca
2009-06-18
5
-58
/
+33
*
st/glx: added null ptr check in Fake_glXCreatePixmap()
Brian Paul
2009-06-17
1
-1
/
+1
*
wgl: Factor out some repetitive code into inline functions.
José Fonseca
2009-06-17
1
-29
/
+28
*
softpipe: fix out of bounds quad rasterization bug
Brian Paul
2009-06-16
1
-3
/
+6
*
gallium: Avoid atomic ops / locking when src is dst.
José Fonseca
2009-06-16
1
-14
/
+14
*
python/tests: Add is_depth_stencil_format utility function.
José Fonseca
2009-06-15
1
-0
/
+8
*
python/tests: Cleanup texture_sample.
José Fonseca
2009-06-15
1
-18
/
+32
*
rtasm: Use 32bit constant.
José Fonseca
2009-06-15
1
-3
/
+3
*
gallium: Ensure assert macro is defined before being used in p_thread.h
José Fonseca
2009-06-15
1
-0
/
+1
*
softpipe: Fix softpipe_is_texture_referenced.
José Fonseca
2009-06-15
4
-0
/
+22
*
dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...
Thomas Hellstrom
2009-06-15
1
-2
/
+0
*
gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...
Thomas Hellstrom
2009-06-15
1
-1
/
+5
*
python/retrace: Show the contents of the depth/stencil and surfaces before/af...
José Fonseca
2009-06-11
1
-10
/
+28
*
python/retrace: Interpret is_texture_referenced/is_buffer_referenced.
José Fonseca
2009-06-11
1
-0
/
+8
*
wgl: Fix prototype.
José Fonseca
2009-06-11
1
-1
/
+1
*
gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.
José Fonseca
2009-06-11
1
-1
/
+11
*
python/tests: Test sampling from a depth texture.
José Fonseca
2009-06-11
1
-7
/
+216
*
util: Single precision constants.
José Fonseca
2009-06-10
1
-1
/
+1
*
gallium: Shorthand functions for computing stride and sizes for a rect.
José Fonseca
2009-06-10
1
-0
/
+12
*
stw: ignore swapbuffer requests on singlebuffer
Keith Whitwell
2009-06-09
1
-0
/
+3
*
pipebuffer: Silence out of heap space debug print
Jakob Bornecrantz
2009-06-08
1
-1
/
+1
*
stw: If stfb not set don't call into mesa
Jakob Bornecrantz
2009-06-08
1
-1
/
+2
*
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
2009-06-04
1
-2
/
+12
*
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
2009-06-04
1
-1
/
+1
*
tgsi: increase MAX_LABELS to 4096
Brian Paul
2009-06-04
1
-1
/
+1
*
util: Unsaved change missing from last commit.
José Fonseca
2009-06-02
1
-1
/
+1
*
util: Support Z24S8/Z24X8 -> unsigned conversion.
José Fonseca
2009-06-02
1
-0
/
+15
*
util: Fix 24 to 32 bit expansion binary arithmetic expression.
José Fonseca
2009-06-02
1
-1
/
+1
*
gallium/draw: Free specialized versions of driver shaders
Keith Whitwell
2009-06-01
3
-0
/
+13
*
draw: free more token arrays
Keith Whitwell
2009-06-01
2
-5
/
+12
*
draw: avoid leaking tokens when building pstipple fragment shader
Keith Whitwell
2009-06-01
1
-0
/
+1
*
wgl: Destroy the framebuffer when the window is destroyed.
José Fonseca
2009-06-01
1
-24
/
+48
*
draw: reset extra_vp_outputs.slot to zero in widepoint_flush()
Brian Paul
2009-06-01
1
-0
/
+1
[next]