index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_context.c
Age
Commit message (
Expand
)
Author
2007-12-07
Move _mesa_init_glsl_driver_functions() into shader_api.c
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-11-07
init glsl functions in st_init_driver_functions()
Brian
2007-11-05
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-05
Remove some temporary state tracker context/framebuffer_create functions.
Brian
2007-11-05
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
comments, tweaks
Brian
2007-11-05
move st_create_framebuffer() to new st_framebuffer.c file
Brian
2007-11-05
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-11-01
Sketch out new create/destroy context functions which create/wrap a Mesa cont...
Brian
2007-11-01
remove dead code
Brian
2007-11-01
remove unneeded tnl stuff
Brian
2007-10-31
Lift VBO/tnl stuff up out of drivers
Brian
2007-10-31
plug st_invalidate_state() into ctx->Driver.UpdateState
Brian
2007-10-30
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
added pixel_transfer_cache
Brian
2007-10-18
Alternate CopyPixels path based on get/put_tile().
Brian
2007-10-14
Added accum function/files.
Brian
2007-09-25
Disable vertex shader fog, compute fog in fragment shader.
Brian
2007-09-18
move cso cache to the pipe directory
Zack Rusin
2007-09-18
Implementing a better hash, removing state_tracker dependency from the cache.
Zack Rusin
2007-09-18
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-17
Plug in selection/feedback code.
Brian
2007-09-10
plug in rasterpos/feedback code
Brian
2007-08-21
temporarily call _mesa_enable_sw_extensions() so we can run more test progs w...
Brian
2007-08-17
tell vbo module to use bufferobjs
Brian
2007-08-16
misc changes to support vertex shaders (disabled by default)
Brian
2007-08-11
added st_cb_queryobj.c
Brian
2007-08-10
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
Handle glFlush/glFinish through the state tracker.
Keith Whitwell
2007-08-10
use st_cb_readpixels.c
Brian
2007-08-09
checkpoint: no longer using intel_fbo.c
Brian
2007-08-06
New st_init_*_functions() to initialize the driver functions table.
Brian
2007-08-06
use new texture funcs
Brian
2007-08-02
hook in teximage bits
Brian
2007-08-02
call st_init_cb_drawpixels
Brian
2007-08-02
include st_cb_clear.h
Brian
2007-08-02
Reroute some clear functionality.
Keith Whitwell
2007-06-14
Rename directories again?!
Keith Whitwell
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell
[prev]