Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / p_context.h
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-08 Michel DänzerRename struct field 'private' to 'priv'.
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-01 Brianupdate comments for pipe_context
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 michalRemove llvm dependencies.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
2007-10-24 Zack RusinExecution engine is a singleton, for now keep it in...
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-20 Zack RusinFix failover state binding and convert the sampler...
2007-09-20 Zack RusinConvert depth_stencil state to the new semantics.
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 Zack RusinConvert the rasterizer cso to the new semantics.
2007-09-19 Zack RusinRedo the cso cache to map driver data in a lot more...
2007-09-19 Zack RusinFinish up conversions of shaders to immutable objects.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Keith WhitwellRemove non-meaningful region_idle() interface
2007-09-11 BrianImplement query object interface.
2007-09-10 BrianMore work on vertex feedback / glRasterPos. Basic...
2007-09-06 BrianInitial work for post-transformed vertex feedback buffers.
2007-08-22 BrianImproved pipe_region/surface_reference() functions
2007-08-22 BrianRework of shader constant buffers.
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.
2007-08-20 BrianCheckpoint: remove more of the old draw_vb() code.
2007-08-20 Brianimplement draw_elements()
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-16 Brianadded new draw_arrays()
2007-08-15 Brianadded some const qualifiers
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellAdd structs and set-functions for vertex buffer, elemen...
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 Brianadded pipe->max_texture_size() query, use it in st_draw...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Brianadded pipe_surface_unreference()
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-07 Brians/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
2007-08-06 BrianCheckpoint lifting of intel_mipmap_tree (intel_mipmap_t...
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-08-03 Keith WhitwellRemove "static region" support.
2007-08-03 Brianadded pipe->supported_formats()
2007-08-02 Brianpipe->clear() now takes a surface, rather than color...
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-08-02 Keith WhitwellRemove references to accum buffers in softpipe.
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellRemove remnants of i915 texture-from-pbo code.
2007-08-01 BrianMore work on glClear.
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 BrianLift region-related functions up to the pipe interface.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianAdded basic occlusion counting
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-03 Brianhook in state tracking for blend color
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
2007-06-22 Brianinitial texture object, texture format code
2007-06-22 Brianmore texture sampler work
2007-06-20 BrianInitial work for glClear(), clear color state.
2007-06-20 Brianhook up point state
2007-06-18 BrianAdded alpha test state.
2007-06-15 Brianinitial framebuffer state
2007-06-14 Keith WhitwellRename directories again?!
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...