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
*
gallium: fix glBitmap color bug
Brian Paul
2008-11-26
1
-6
/
+18
*
gallium: replace 2 with PIPE_SHADER_TYPES
Brian Paul
2008-11-26
1
-1
/
+1
*
gallium: fix inverted raster pos when drawing into FBO
Brian Paul
2008-11-24
1
-1
/
+4
*
mesa: Don't call fence_finish with a null fence.
José Fonseca
2008-11-24
1
-2
/
+4
*
Mesa: fix number of buffers in st_draw_vbo().
Pekka Paalanen
2008-11-10
1
-1
/
+1
*
gallium: added st_print_shaders() function to help w/ debugging
Brian Paul
2008-11-06
2
-0
/
+20
*
gallium: added check for degenerate drawing calls
Brian Paul
2008-11-05
1
-0
/
+3
*
gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d...
Brian Paul
2008-11-05
1
-0
/
+27
*
gallium: add some checks for null surface pointers in state tracker
Brian Paul
2008-10-18
3
-12
/
+25
*
gallium: fix mis-matched malloc/free vs. aligned malloc/free
Brian Paul
2008-10-17
1
-2
/
+2
*
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
1
-0
/
+6
*
mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM
Brian Paul
2008-10-09
1
-1
/
+4
*
Mesa: fix the case where there are no vertex attributes.
Stephane Marchesin
2008-10-07
1
-0
/
+2
*
mesa: fix convolve/convolution mix-ups
Brian
2008-10-06
1
-2
/
+2
*
gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()
Brian Paul
2008-09-26
3
-4
/
+4
*
mesa: Fix arb parse constants
Brian Paul
2008-09-19
1
-8
/
+2
*
gallium: if we run out of memory in st_TexImage, flush and try again.
Brian Paul
2008-09-18
1
-2
/
+9
*
gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion
Brian Paul
2008-09-17
1
-1
/
+4
*
gallium: clean-up/fix msaa override in state tracker
Brian Paul
2008-09-17
4
-7
/
+27
*
gallium: include prog_print.h to silence warning
Brian Paul
2008-09-17
1
-0
/
+1
*
gallium: need to finish, not flush, in st_copy_texsubimage()
Brian Paul
2008-09-17
1
-1
/
+2
*
gallium: new assertion on surface->texture
Brian Paul
2008-09-17
1
-0
/
+1
*
tgsi: Add a ugly fix for CONSTANT problems
Jakob Bornecrantz
2008-09-17
1
-0
/
+9
*
tgsi: More debug printing on sanity check error
Jakob Bornecrantz
2008-09-17
1
-2
/
+5
*
gallium: fix glTexImage(width=height=depth=0) case
Brian Paul
2008-09-16
1
-0
/
+5
*
gallium: move _vbo_DestroyContext() call
Brian Paul
2008-09-16
1
-2
/
+2
*
mesa: State tracker now checks for faulty shaders on debug
Jakob Bornecrantz
2008-09-16
1
-1
/
+12
*
gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8...
Brian Paul
2008-09-05
1
-0
/
+3
*
gallium: remove the copyHeight hack for compresssed formats
Brian Paul
2008-09-04
1
-4
/
+1
*
mesa: Remove unused var.
José Fonseca
2008-09-04
1
-1
/
+0
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
8
-50
/
+50
*
gallium: added st_bind/release_teximage() functions
Brian Paul
2008-09-01
3
-0
/
+109
*
gallium: move st_texture_image() cast wrapper to header file
Brian Paul
2008-09-01
2
-7
/
+6
*
gallium: change the conditional which tests for combined Z+stencil buffers
Brian Paul
2008-08-28
1
-1
/
+1
*
gallium: better support for user-space interleaved arrays
Brian Paul
2008-08-27
1
-35
/
+100
*
gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.
Brian Paul
2008-08-27
1
-27
/
+149
*
gallium: remove old assertions
Brian Paul
2008-08-27
1
-5
/
+0
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
8
-7
/
+325
*
gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header
Brian Paul
2008-08-22
1
-0
/
+1
*
gallium: implement a fast-path for glReadPixels for common cases
Brian Paul
2008-08-19
1
-0
/
+126
*
gallium: do a proper implementation of GL_OES_read_format
Brian Paul
2008-08-19
3
-0
/
+136
*
mesa: Call pipe->destroy on context destruction for all platforms.
José Fonseca
2008-08-19
1
-3
/
+0
*
st: Do not translate program constants to immediates when
Michal Krol
2008-08-19
1
-52
/
+84
*
st: Translate address register declaration.
Michal Krol
2008-08-19
1
-0
/
+28
*
st: Fix immediate construction.
Michal Krol
2008-08-19
1
-4
/
+5
*
gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffers
Brian Paul
2008-08-18
1
-2
/
+26
*
gallium: fix vertex program output translation/mapping bug
Brian Paul
2008-08-18
4
-41
/
+103
*
gallium: fix do_flip bug on glCopyTexImage / surface_copy() path
Brian Paul
2008-08-18
1
-0
/
+4
*
gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...
Brian Paul
2008-08-15
1
-10
/
+21
*
mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.
José Fonseca
2008-08-15
2
-2
/
+4
[next]