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
*
mesa: fix bug in GPU codegen for fixed-function two-sided lighting
Brian Paul
2009-03-31
1
-2
/
+12
*
mesa: minor reformatting, whitespace changes
Brian Paul
2009-03-31
1
-25
/
+26
*
Updated CPU_TO_LE32 to work on darwin
Jeremy Huddleston
2009-03-31
1
-1
/
+4
*
gallium: Move pf_is_depth_stencil to p_format.h.
José Fonseca
2009-03-31
1
-6
/
+0
*
fix ugly copy/paste error in mipmap generation code
Roland Scheidegger
2009-03-31
1
-1
/
+1
*
intel: Avoid mapping the texture image for CopyTex{,Sub}Image
Adam Jackson
2009-03-30
1
-11
/
+13
*
i965: srgb texture fixes
Roland Scheidegger
2009-03-28
3
-10
/
+27
*
mesa: fix a glGetTexImage issue with base-converted texture formats
Roland Scheidegger
2009-03-28
2
-8
/
+9
*
i965: add support for signed rgba texture format
Roland Scheidegger
2009-03-28
3
-0
/
+9
*
mesa: add _rev signed rgba texture format
Roland Scheidegger
2009-03-28
4
-5
/
+78
*
glapi regenerate
Roland Scheidegger
2009-03-28
1
-3008
/
+3015
*
glapi: remove a couple accidental GL_ prefixes
Roland Scheidegger
2009-03-28
1
-24
/
+24
*
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-28
18
-45
/
+342
*
fix various small intel blitter issues
Roland Scheidegger
2009-03-28
1
-11
/
+12
*
mesa: Support Z24S8 wherever S8Z24 is supported.
José Fonseca
2009-03-27
2
-0
/
+48
*
st: init the default texture to (0,0,0,1)
Brian Paul
2009-03-26
1
-2
/
+12
*
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-26
3
-44
/
+0
*
r300: cleanup swtcl a little
Maciej Cencora
2009-03-25
1
-9
/
+1
*
Convert u_int*_t to C99 standard uint*_t
Alan Coopersmith
2009-03-25
1
-1
/
+1
*
slang: ensure structure elements have their array length set
Alan Hourihane
2009-03-25
1
-0
/
+1
*
r300_cmdbuf.c: convert cast to a form supported by Sun cc
Alan Coopersmith
2009-03-25
1
-1
/
+1
*
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
[next]