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
/
st_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium: glBitmap code now separe from glDraw/CopyPixels code
Brian
2008-03-20
1
-2
/
+5
*
gallium: use the utility pasthrough shaders
Brian
2008-03-20
1
-0
/
+1
*
gallium: plug in and init GL_EXT_framebuffer_blit function/extension
Brian
2008-03-18
1
-0
/
+5
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-2
/
+7
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-2
/
+2
*
gallium: initial implemenation of auto mipmap generation in state tracker
Brian
2008-02-08
1
-0
/
+2
*
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
1
-1
/
+2
*
unref const buffers during context destroy
Brian
2008-01-01
1
-0
/
+10
*
Fix problem with initial viewport/scissor size.
Brian
2007-12-19
1
-0
/
+14
*
Move _mesa_init_glsl_driver_functions() into shader_api.c
Brian
2007-12-07
1
-1
/
+1
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-1
/
+1
*
init glsl functions in st_init_driver_functions()
Brian
2007-11-07
1
-0
/
+3
*
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-05
1
-3
/
+5
*
Remove some temporary state tracker context/framebuffer_create functions.
Brian
2007-11-05
1
-31
/
+25
*
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
1
-0
/
+7
*
comments, tweaks
Brian
2007-11-05
1
-2
/
+8
*
move st_create_framebuffer() to new st_framebuffer.c file
Brian
2007-11-05
1
-10
/
+0
*
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-11-05
1
-0
/
+23
*
Sketch out new create/destroy context functions which create/wrap a Mesa cont...
Brian
2007-11-01
1
-0
/
+27
*
remove dead code
Brian
2007-11-01
1
-14
/
+0
*
remove unneeded tnl stuff
Brian
2007-11-01
1
-7
/
+0
*
Lift VBO/tnl stuff up out of drivers
Brian
2007-10-31
1
-0
/
+8
*
plug st_invalidate_state() into ctx->Driver.UpdateState
Brian
2007-10-31
1
-0
/
+10
*
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
1
-2
/
+2
*
added pixel_transfer_cache
Brian
2007-10-30
1
-0
/
+4
*
Alternate CopyPixels path based on get/put_tile().
Brian
2007-10-18
1
-0
/
+1
*
Added accum function/files.
Brian
2007-10-14
1
-0
/
+2
*
Disable vertex shader fog, compute fog in fragment shader.
Brian
2007-09-25
1
-0
/
+5
*
move cso cache to the pipe directory
Zack Rusin
2007-09-18
1
-1
/
+1
*
Implementing a better hash, removing state_tracker dependency from the cache.
Zack Rusin
2007-09-18
1
-1
/
+1
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
1
-0
/
+4
*
Plug in selection/feedback code.
Brian
2007-09-17
1
-0
/
+6
*
plug in rasterpos/feedback code
Brian
2007-09-10
1
-0
/
+2
*
temporarily call _mesa_enable_sw_extensions() so we can run more test progs w...
Brian
2007-08-21
1
-0
/
+3
*
tell vbo module to use bufferobjs
Brian
2007-08-17
1
-1
/
+5
*
misc changes to support vertex shaders (disabled by default)
Brian
2007-08-16
1
-0
/
+3
*
added st_cb_queryobj.c
Brian
2007-08-11
1
-0
/
+2
*
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
1
-0
/
+2
*
Handle glFlush/glFinish through the state tracker.
Keith Whitwell
2007-08-10
1
-0
/
+2
*
use st_cb_readpixels.c
Brian
2007-08-10
1
-0
/
+3
*
checkpoint: no longer using intel_fbo.c
Brian
2007-08-09
1
-0
/
+2
*
New st_init_*_functions() to initialize the driver functions table.
Brian
2007-08-06
1
-0
/
+18
*
use new texture funcs
Brian
2007-08-06
1
-3
/
+4
*
hook in teximage bits
Brian
2007-08-02
1
-1
/
+9
*
call st_init_cb_drawpixels
Brian
2007-08-02
1
-0
/
+2
*
include st_cb_clear.h
Brian
2007-08-02
1
-0
/
+1
*
Reroute some clear functionality.
Keith Whitwell
2007-08-02
1
-0
/
+1
*
Rename directories again?!
Keith Whitwell
2007-06-14
1
-4
/
+4
*
Renamed softpipe directories and files to something less confusing.
Keith Whitwell
2007-06-14
1
-0
/
+76
[prev]