Added origin_lower_left field to pipe_rasterizer_state
[mesa.git] / src / mesa / pipe / p_state.h
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-11 Michel DänzerRemove internal_format field from struct pipe_texture.
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-11 Keith Whitwellgallium: remove clear values from depth, stencil state
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-16 Brianadded a clip-bypass flag to rasterizer state
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-10-27 michalvertex_element::src_format needs 32 bits.
2007-10-27 michalRemove llvm and sse2 dependencies.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 Zack RusinInitial stab at LLVM integration.
2007-10-22 Briannew flag to control psize (from vertex shader or fixed...
2007-10-22 Brianadd support for sprite texcoord modes
2007-10-22 Brianadd point_sprite flag to rasterizer state
2007-10-19 Brianadded get/put_tile_raw() methods
2007-10-18 BrianChange type of shader->executable field from void ...
2007-10-15 Brianadd 'normalized_coords' field to pipe_sampler_state
2007-10-09 BrianPack fragment program outputs to be consistant with...
2007-10-03 BrianAdd outputs_written bitfield to pipe_shader_state,...
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-09-21 Brianremove :5 form format field in pipe_surface, makes...
2007-09-20 BrianClean-up the TGSI_SEMANTIC tokens, introduce semantic...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 BrianCheckpoint: rework shader input/output register mapping.
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-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-24 michalHook-up SSE2 to VS.
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-22 Brianadded border_color to sampler state
2007-08-22 BrianRework of shader constant buffers.
2007-08-17 Brianadded outputs_written field to pipe_shader_state
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-15 Briancomments
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-11 Brianmove pipe_buffer_handle definition to top of file,...
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-09 Keith WhitwellSplit texfilter enums to match common hardware usage.
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-08-08 Brianadded pipe_mipmap_tree::format
2007-08-07 Brianremove pipe_surface_sampler
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 Briancomments
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-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-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-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 Brians/GLuint/GLbitfield/
2007-07-24 BrianBasic fragment programs run now.
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
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-12 Brianminor changes, comments about multiple color buffers...
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-03 Brianclarify that line_stipple_factor is in [0,255] correspo...
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
2007-06-29 Brianadded buffer_data(), buffer_sub_data() to pipe_buffer
2007-06-29 Brianmore work on tex objects, surfaces, mappable buffers
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-22 Brianadded blend comments
2007-06-22 BrianAssorted token renaming/removal, minor state changes...
2007-06-22 Brianalpha test and misc changes
2007-06-20 Keith WhitwellRemove dependency on vf.h in public headers
2007-06-20 BrianInitial work for glClear(), clear color state.
2007-06-19 Brianadd point/line/polygon 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...