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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: flush bitmap cache if Z value changes
Brian Paul
2009-08-21
1
-5
/
+11
*
st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)
Brian Paul
2009-08-05
1
-29
/
+80
*
st/mesa: fix Y inversion and optimize st_BlitFramebuffer()
Brian Paul
2009-08-05
1
-3
/
+25
*
st/mesa: we don't support GL_NV_point_sprite (see comment)
Brian Paul
2009-08-03
1
-1
/
+3
*
mesa/st: short-circuit glFinish calls on WIN32 only
Keith Whitwell
2009-07-29
1
-0
/
+12
*
mesa/st: recognize no-op scissor state when checking clear_with_quads
Keith Whitwell
2009-07-29
1
-4
/
+20
*
st/mesa: silence warning
Brian Paul
2009-07-27
1
-1
/
+2
*
mesa: Fix logbase2.
José Fonseca
2009-07-16
1
-7
/
+5
*
mesa: Report the true face number when flushing.
José Fonseca
2009-07-14
1
-3
/
+8
*
gallium: compare the actual register, not all the inputs
Zack Rusin
2009-07-11
1
-1
/
+1
*
st/mesa: implement indirect addressing for destination registers
Brian Paul
2009-07-10
1
-0
/
+5
*
gallium: fixup register indexes for fog/frontface/point coord
Zack Rusin
2009-07-07
1
-3
/
+12
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
2
-10
/
+37
*
gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.
Michel Dänzer
2009-07-07
1
-1
/
+2
*
gallium: more fog extraction fixes
Zack Rusin
2009-07-06
3
-25
/
+39
*
mesa: Assume depth textures have a single level unless told otherwise.
José Fonseca
2009-07-02
1
-1
/
+3
*
st/gl: Add stubs for CompressedTexSubImage[1D|3D]
Jakob Bornecrantz
2009-06-30
1
-0
/
+27
*
st/gl: Add support for glCompressedTexSubImage
Jakob Bornecrantz
2009-06-30
1
-0
/
+58
*
mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.
José Fonseca
2009-07-01
1
-0
/
+2
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
3
-4
/
+45
*
mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.
José Fonseca
2009-06-30
1
-0
/
+3
*
st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTED
Brian Paul
2009-06-26
1
-0
/
+5
*
Always free image offsets memory when re-initializing texture image fields.
Michel Dänzer
2009-06-19
1
-3
/
+0
*
mesa: rework viewport/scissor initialization code
Brian Paul
2009-06-17
2
-22
/
+4
*
mesa: rework vertex shader output / fragment shader input attribute matching
Brian Paul
2009-06-11
1
-20
/
+33
*
mesa: Use new pf_is_depth_and_stencil inline.
José Fonseca
2009-06-11
1
-16
/
+2
*
mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.
José Fonseca
2009-06-11
2
-7
/
+11
*
mesa: Remove dead code.
José Fonseca
2009-06-11
1
-3
/
+0
*
st/mesa: fix typo s/BFC0/BFC1/
Brian Paul
2009-06-11
1
-2
/
+2
*
mesa: Only do read write when we don't have a depth value to write
Jakob Bornecrantz
2009-06-11
1
-1
/
+1
*
mesa: Take the format from the right structure.
José Fonseca
2009-06-11
1
-1
/
+1
*
meas: Use a read/write transfer when writing stencil component, but not touch...
José Fonseca
2009-06-11
1
-2
/
+23
*
mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil.
José Fonseca
2009-06-10
1
-2
/
+7
*
mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
José Fonseca
2009-06-10
1
-1
/
+1
*
mesa: Single precision constants.
José Fonseca
2009-06-10
1
-2
/
+2
*
mesa: Pure software accum buffer.
José Fonseca
2009-06-10
4
-234
/
+187
*
mesa/st: fix tracking of mapped buffer ranges
Keith Whitwell
2009-06-09
1
-1
/
+1
*
st/mesa: fix incorrect bufObj Length assignment, remove unneeded assertion
Brian Paul
2009-06-08
1
-2
/
+1
*
st/mesa: remove invalid assertion
Brian Paul
2009-06-08
1
-3
/
+0
*
mesa: Allocate tokens from the heap.
José Fonseca
2009-06-08
1
-18
/
+22
*
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
Brian Paul
2009-06-04
1
-1
/
+1
*
mesa/st: restore flush to copy_texsubimage (was previously finish)
Keith Whitwell
2009-06-01
1
-0
/
+3
*
st/gl: Fix mip gen for compressed textures
Jakob Bornecrantz
2009-06-01
1
-6
/
+8
*
st/mesa: fix incorrect sprite origin when drawing to FBO/texture
Brian Paul
2009-06-01
1
-1
/
+2
*
mesa: Check/propagate return value on st_make_current.
José Fonseca
2009-05-30
2
-8
/
+11
*
st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
1
-2
/
+6
*
st: fix incorrect target parameter to screen->is_format_supported()
Brian Paul
2009-05-18
1
-1
/
+1
*
st: do proper refcounting for framebuffer surfaces
Brian Paul
2009-05-11
2
-6
/
+17
*
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-05-08
2
-3
/
+68
*
mesa/st: remove redundant call to st_finish in CopyTexSubImage
Keith Whitwell
2009-05-08
1
-3
/
+0
[next]