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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-s3tc'
José Fonseca
2009-04-16
3
-6
/
+284
|
\
|
*
st: remove XXX comment
Brian Paul
2009-04-15
1
-1
/
+0
|
*
st: check for fast memcpy path in decompress_with_blit()
Brian Paul
2009-04-15
1
-13
/
+33
|
*
st: st_equal_formats() function to compare gallium/GL pixel formats
Brian Paul
2009-04-15
2
-0
/
+24
|
*
st: decompress_with_blit() path for glGetTexImage().
Brian Paul
2009-04-15
1
-2
/
+81
|
*
st: If the hw supports it do hw conversion of texture uploads
Jakob Bornecrantz
2009-04-09
1
-4
/
+160
*
|
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
8
-11
/
+112
*
|
mesa: TGSI translation of multiple render targets.
José Fonseca
2009-04-15
1
-3
/
+3
*
|
mesa: Fix gcc assembly enable logic.
José Fonseca
2009-04-14
1
-1
/
+1
|
/
*
gallium: remove pipe_texture::compressed field
Brian Paul
2009-04-10
1
-1
/
+0
*
st: remove another unneeded 'is compressed' comparison
Brian Paul
2009-04-09
1
-2
/
+3
*
st: remove unneeded "is compressed" check
Brian Paul
2009-04-09
1
-2
/
+1
*
st: rearrange some code to be a little more clear
Brian Paul
2009-04-09
1
-9
/
+7
*
gallium: remove unneeded compressed=0 assignment
Brian Paul
2009-04-09
1
-1
/
+0
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
6
-20
/
+9
*
st: consolidate format->usage computation
Brian Paul
2009-04-09
1
-9
/
+23
*
st: add const qualifiers, use GL types
Brian Paul
2009-04-09
1
-13
/
+10
*
st: make loops over 3D texture slices a litte more intuitive
Brian Paul
2009-04-09
1
-10
/
+16
*
st: reformatting and clean-ups in texture code
Brian Paul
2009-04-09
1
-95
/
+67
*
gallium: when using gl_PointCoord ensure we use the correct attribute.
Alan Hourihane
2009-04-08
1
-3
/
+5
*
st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal format
Brian Paul
2009-04-07
1
-2
/
+4
*
st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()
Brian Paul
2009-04-07
3
-43
/
+96
*
st: as with swrast, interpret texture border color according to texture format
Brian Paul
2009-04-06
1
-4
/
+37
*
st: rename a helper function
Brian Paul
2009-04-06
1
-4
/
+4
*
mesa: Fix orientation adjustment for reading stencil pixels.
José Fonseca
2009-04-06
1
-1
/
+1
*
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-04-04
1
-119
/
+64
*
gallium: Add utility helper for packing combined depth/stencil values.
Michel Dänzer
2009-04-04
1
-13
/
+3
*
mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file
Brian Paul
2009-04-03
1
-0
/
+1
*
mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()
Brian Paul
2009-04-03
1
-1
/
+1
*
mesa: ensure pbo stencil buffers are mapped before use
Alan Hourihane
2009-04-03
1
-0
/
+5
*
gallium: Move pf_is_depth_stencil to p_format.h.
José Fonseca
2009-03-31
1
-6
/
+0
*
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-28
1
-1
/
+1
*
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
*
mesa/st: bump gallium version to 0.3
Keith Whitwell
2009-03-24
1
-13
/
+2
*
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: 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
*
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
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-1
/
+1
*
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
[next]