Cell: initial support for sampler state
[mesa.git] / src / mesa / state_tracker /
2008-01-17 José FonsecaRevert "temporarily don't emit TGSI immediates, use...
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-17 Briantemporarily don't emit TGSI immediates, use the constan...
2008-01-16 Briantweaks to quad drawing, set UsesKill in bitmap shader
2008-01-16 BrianFix a two-sided lighting bug (fixes samples/wave.c)
2008-01-16 Brianinclude pipe/draw/draw_context.h
2008-01-15 Brianfree stvp->draw_shader
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-04 Michel Dänzergallium: Make texture target an enum for better debugga...
2008-01-01 Brianunref buffer after drawing, fixes rastpos mem leak
2008-01-01 Brianunref const buffers during context destroy
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-12-20 Keith Whitwellgallium: translate ARB fp/vp immediates consistently...
2007-12-19 BrianAdd some prototype code for converting RET to END for...
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-19 Brianconvert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OP...
2007-12-19 Brianspecial-case PSIZE too
2007-12-19 Briannew assertions
2007-12-19 Zack Rusinactually set the max_index. useful in the driver
2007-12-18 Brianturn off TGSI_DEBUG
2007-12-18 Brianfix bug on GL_VERTEX_PROGRAM_TWO_SIDE path
2007-12-18 Keith Whitwellgallium: rationalize vertex_element state packet
2007-12-17 BrianEmit declarations for constants (references to the...
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-14 Brianupdate_samplers() didn't respect the sampler->texunit...
2007-12-14 Brianemit tgsi declarations for texture samplers
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-14 Brianadd missing code for PIPE_FORMAT_S8_UNORM renderbuffer
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 BrianTry PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request.
2007-12-11 Michel Dänzersoftpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and...
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 set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-11 Keith Whitwellgallium: remove dead pbo zcopy code
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-11 BrianXXX comments about some hard-coded values that need...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-10 Briandon't use get/put_tile_rgba() for accum buffer accesses
2007-12-10 Michel DänzerFix up some confusion wrt winsys->buffer_create alignme...
2007-12-10 Ben SkeggsCorrect user VBO size.
2007-12-10 Michel DänzerRemove stray references to struct pipe_region.
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-09 Keith Whitwellgallium: support the full range of possible vertex...
2007-12-09 keithwadd fence interfaces and buffer create flags to pipe_winsys
2007-12-08 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-12-08 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 Brianinclude tgsi_dump.h
2007-12-07 BrianReplace "duplicate" formats
2007-12-07 BrianAdd PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().
2007-12-07 Brianadded ST_SURFACE_DEPTH
2007-12-07 Brianmove surface pitch calculation so it always gets updated
2007-12-07 Brianfix void pointer arithmetic warnings
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerRemove remnants of 'intel' from active state tracker...
2007-12-06 Michel Dänzerst_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-12-05 Briansilence warning
2007-12-05 Brianadded PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-24 Michal KrolCleanup PIPE_FORMAT names.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-22 José FonsecaThe right include was mtypes.h.
2007-11-22 José FonsecaFix build errors.
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-17 BrianReimplement glRasterPos using the private 'draw' module.
2007-11-17 Brianadjustments so st_feedback_draw_vbo() can be used for...
2007-11-08 Briansimplify depth_value(), return proper value for Z16...
2007-11-08 Briannew init_renderbuffer_bits() helper
2007-11-08 Brianmove EXT_shadow_funcs assignment
2007-11-08 Brianset sampler state for shadow test
2007-11-08 BrianReplace gl_stencil_func_to_sp() and gl_depth_func_to_sp...
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 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Brianenable GL_ARB/NV_point_sprite together
2007-11-07 BrianFloat->uint conversion for PIPE_FORMAT_U_Z32 resulted...
2007-11-07 Brianinit glsl functions in st_init_driver_functions()
2007-11-07 Brianfix typos, re-enable some extensions to get back to...
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-07 BrianImproved logic for setting up depth/stencil buffers...
2007-11-06 Brianrealloc surface if format changes, remove dead code
2007-11-06 Brianinit luminance/intensity_bits to zero in st_get_format_...
2007-11-06 José FonsecaHandle the corner case of 24bit depth buffer with 0bit...
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 Michel DänzerConvert format bitfields to shifts and masks.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-05 Briandon't include mtypes.h in st_public.h
2007-11-05 Brianmove st_invalidate_state() prototype to st_context.h
2007-11-05 BrianRemove some temporary state tracker context/framebuffer...
next