index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: Texture size limit cleanups.
Michel Dänzer
2009-03-25
4
-6
/
+23
*
mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)
Alan Hourihane
2009-03-24
1
-1
/
+1
*
mesa/st: bump gallium version to 0.3
Keith Whitwell
2009-03-24
1
-13
/
+2
*
i965: fix point rasterization when rendering to FBO
Robert Ellison
2009-03-24
2
-1
/
+45
*
i965: Fix glFrontFacing in twoside GLSL demo.
Eric Anholt
2009-03-23
8
-38
/
+79
*
i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.
Eric Anholt
2009-03-23
1
-0
/
+50
*
i965: Clean up a bit of mess with unneeded variables in emit_interp.
Eric Anholt
2009-03-23
1
-7
/
+2
*
i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS.
Eric Anholt
2009-03-23
1
-1
/
+1
*
i965: Fix occlusion query when no other WM state updates occur.
Eric Anholt
2009-03-23
1
-2
/
+3
*
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
2009-03-23
1
-1
/
+1
*
gallium: remove remaining references to origin_lower_left
Keith Whitwell
2009-03-21
1
-3
/
+0
*
st: Silence compiler warnings.
Michal Krol
2009-03-21
1
-2
/
+2
*
gallium: remove use of origin_lower_left
Brian Paul
2009-03-20
4
-24
/
+197
*
mesa: add new internal state var for window size
Brian Paul
2009-03-20
2
-0
/
+14
*
mesa: linear scan register allocation for shader programs
Brian Paul
2009-03-20
1
-21
/
+407
*
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
2009-03-20
6
-15
/
+51
*
slang: Use _mesa_snprintf() wrapper.
Michal Krol
2009-03-20
1
-1
/
+1
*
slang: initialize the context
Alan Hourihane
2009-03-19
1
-2
/
+3
*
slang: support uniform arrays
Alan Hourihane
2009-03-19
1
-1
/
+13
*
glslcompiler: added new options to override debug/optimization pragmas
Brian Paul
2009-03-19
1
-7
/
+36
*
glsl: change GLSL #pragma initialization
Brian Paul
2009-03-19
4
-14
/
+25
*
glsl: when debug pragma is on, emit comments about function calls/inlines
Brian Paul
2009-03-19
3
-0
/
+13
*
mesa: check renderbuffer is defined before use.
Alan Hourihane
2009-03-19
1
-8
/
+10
*
st/gl: Only transfer needed parts in st_TexSubimage
Jakob Bornecrantz
2009-03-19
1
-4
/
+2
*
slang: if/else/break & if/else/continue work for unrolled loops
Alan Hourihane
2009-03-19
2
-7
/
+38
*
swrast: Silence compiler warnings, give better structure to the code as a res...
Michal Krol
2009-03-19
2
-61
/
+62
*
mesa: use the IROUND() macro in pixel packing code
Brian Paul
2009-03-18
1
-108
/
+108
*
slang: redo the last commit for if/break & if/continue tests as it
Alan Hourihane
2009-03-18
1
-1
/
+8
*
Revert "slang: if we detect an if/break or if/continue within a loop and we're"
Alan Hourihane
2009-03-18
1
-28
/
+17
*
slang: if we detect an if/break or if/continue within a loop and we're
Alan Hourihane
2009-03-18
1
-17
/
+28
*
st: call _glapi_check_multithread from st_make_current
Keith Whitwell
2009-03-18
1
-0
/
+5
*
st: need to free/realloc pipe texture when we're handed image level > last_level
Brian Paul
2009-03-18
1
-0
/
+1
*
st: clean up some if-statment code
Brian Paul
2009-03-18
1
-12
/
+11
*
st: update texture comments
Brian Paul
2009-03-18
1
-7
/
+5
*
Use the specified X11 headers for xlib mesa
Dan Nicholson
2009-03-18
1
-1
/
+2
*
swrast: use better _swrast_compute_lambda() function
Brian Paul
2009-03-17
1
-6
/
+6
*
mesa: update/fix doxygen comments
Vinson Lee
2009-03-17
12
-17
/
+16
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-1
/
+1
*
mesa: Silence compiler warnings.
Michal Krol
2009-03-16
1
-0
/
+1
*
vbo: Silence integer-to-pointer warnings.
Michal Krol
2009-03-15
1
-3
/
+3
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
2
-18
/
+6
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
4
-25
/
+4
*
mesa/st: add check for null front renderbuffer
Keith Whitwell
2009-03-13
1
-9
/
+12
*
mesa/st: don't call finish in st_glFlush()
Keith Whitwell
2009-03-13
1
-4
/
+7
*
i965: more register number assertions
mesa_20090313
Brian Paul
2009-03-13
1
-0
/
+7
*
i965: add some register number assertions
Brian Paul
2009-03-13
1
-0
/
+8
*
i965: remove unused PROGRAM_INTERNAL_PARAM, added comment
Brian Paul
2009-03-13
1
-3
/
+1
*
i965: move declarations before code
Brian Paul
2009-03-13
1
-6
/
+6
*
i965: debug code, use gl_register_file type
Brian Paul
2009-03-13
1
-1
/
+7
*
mesa: glUseProgram() debug code (disabled)
Brian Paul
2009-03-13
1
-0
/
+11
[next]