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
*
st/mesa: updated comments
Brian Paul
2010-02-24
2
-3
/
+4
*
st/mesa: consolidate redundant format conversion code
Brian Paul
2010-02-24
1
-86
/
+21
*
st/mesa: more format code clean-up and removal
Brian Paul
2010-02-24
2
-68
/
+18
*
st/mesa: clean-ups in FBO code
Brian Paul
2010-02-24
1
-21
/
+6
*
st/mesa: clean-up of format-related code
Brian Paul
2010-02-24
3
-77
/
+13
*
st/mesa: use util_format_get_blocksize()
Brian Paul
2010-02-24
1
-1
/
+1
*
st/mesa: code clean-ups in st_renderbuffer_alloc_storage()
Brian Paul
2010-02-24
1
-8
/
+7
*
mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.
José Fonseca
2010-02-24
1
-3
/
+7
*
st/mesa: whitespace fixes
Brian Paul
2010-02-23
1
-4
/
+1
*
st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels
Brian Paul
2010-02-22
2
-4
/
+10
*
st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x
Brian Paul
2010-02-22
2
-1
/
+9
*
mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.
Brian Paul
2010-02-22
1
-1
/
+1
*
st/mesa: Fix memory leak on out-of-memory error path.
Vinson Lee
2010-02-21
1
-1
/
+3
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
11
-27
/
+27
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
st/mesa: added some bitmap debug code (disabled)
Brian Paul
2010-02-18
1
-0
/
+22
*
Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."
Francisco Jerez
2010-02-18
1
-4
/
+8
*
st/mesa: always call FLUSH_CURRENT before st->pipe->flush()
Keith Whitwell
2010-02-18
1
-2
/
+1
*
st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).
Francisco Jerez
2010-02-17
1
-9
/
+6
*
st/mesa: replace conditional with assertion
Brian Paul
2010-02-17
1
-7
/
+2
*
st/dri2: Use event-driven buffer validation.
Francisco Jerez
2010-02-16
4
-82
/
+6
*
st/mesa: minor assorted clean-ups
Brian Paul
2010-02-14
1
-8
/
+12
*
st/mesa: change some function return types
Brian Paul
2010-02-14
1
-15
/
+15
*
st/mesa: move per-fragment shader fields to local vars
Brian Paul
2010-02-14
2
-20
/
+19
*
st/mesa: use _mesa_clone_fragment_program()
Brian Paul
2010-02-14
1
-1
/
+1
*
mesa: Add missing include.
José Fonseca
2010-02-14
1
-0
/
+1
*
mesa: Use util_format_name().
José Fonseca
2010-02-14
2
-2
/
+2
*
st/mesa: restore draw rasterization stage after rasterpos
Brian Paul
2010-02-12
1
-0
/
+8
*
st/mesa: improved draw_range_elements code
Brian Paul
2010-02-12
1
-9
/
+7
*
st/mesa: rename state -> tgsi, updated comments
Brian Paul
2010-02-12
6
-22
/
+24
*
st/mesa: remove unused var
Brian Paul
2010-02-12
1
-3
/
+0
*
Merge branch 'gallium-dynamicstencilref'
Roland Scheidegger
2010-02-12
3
-4
/
+17
|
\
|
*
gallium: make max_anisotropy a unsigned bitfield member
Roland Scheidegger
2010-02-12
1
-1
/
+1
|
*
gallium: give pipe_stencil_ref its own cso_save/restore functions
Roland Scheidegger
2010-02-11
1
-0
/
+2
|
*
gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha
Roland Scheidegger
2010-02-11
1
-17
/
+2
|
*
st/mesa: more fixes for stencil ref change.
Roland Scheidegger
2010-02-10
2
-2
/
+20
|
*
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-02-09
1
-1
/
+9
*
|
st/mesa: fix gallium texture level selection for RTT
Brian Paul
2010-02-11
1
-3
/
+11
*
|
st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.
Vinson Lee
2010-02-10
1
-1
/
+2
|
/
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
3
-15
/
+59
|
\
|
*
st/mesa: fix wrong initialization of MaxPointSize
Roland Scheidegger
2010-02-08
1
-0
/
+4
|
*
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
2010-02-04
1
-1
/
+2
|
*
gallium: add point size clamp to implementation limits in vertex shader
Roland Scheidegger
2010-02-04
2
-0
/
+41
|
*
gallium: clean up point sprite rasterizer state
Roland Scheidegger
2010-02-03
1
-12
/
+13
|
*
gallium: remove point_size_min and point_size_max from rasterizer state
Roland Scheidegger
2010-01-12
1
-3
/
+0
*
|
st/mesa: remove special-case cyl-wrap code
Brian Paul
2010-02-09
1
-9
/
+1
*
|
st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
Brian Paul
2010-02-09
2
-5
/
+22
*
|
mesa: Ensure object refcount is null when destroying the buffer.
José Fonseca
2010-02-09
1
-0
/
+2
*
|
st/mesa: allow negative index for PROGRAM_STATE_VAR
Brian Paul
2010-02-05
1
-1
/
+1
[next]