gallium: Use MALLOC().
[mesa.git] / src / mesa / state_tracker /
2008-02-14 Keith Whitwellgallium: Cleanups related to clears.
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-13 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-02-13 Briangallium: clamp min_lod so it's never negative
2008-02-12 Briangallium: remove dead code
2008-02-12 Briangallium: added null ptr check
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-12 Briangallium: move gen-mipmap global/static vars into st_context
2008-02-12 Briangallium: remove unused first_level param from st_textur...
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-11 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-11 Briangallium: comments about mipmap gen
2008-02-11 Briangallium: implement software fallback for mipmap generation
2008-02-11 Briangallium: strip borders from textures passed to st_TexImage.
2008-02-11 Briangallium: use _mesa_tex_target_to_face()
2008-02-08 Briangallium: include st_cb_drawpixels.h
2008-02-08 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-08 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 Brianclean-ups in guess_and_alloc_texture()
2008-02-06 Brianplug in ctx->Driver.GenerateMipmap function
2008-02-06 Brianclean-ups
2008-02-06 Brianadded comment
2008-02-06 Briancomments, clean-ups, consts
2008-02-06 Brianclean-up
2008-02-06 Briangallium: add bitmap/drawpixels texcoord bias support
2008-01-31 Briangallium: fix problem in which texcoords and varying...
2008-01-31 BrianFix problem in mapping vertex program outputs (found...
2008-01-29 Keith Whitwellgallium: don't rely on assert(0) for error handling...
2008-01-28 Briangallium: check if surface has defined status in check_c...
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-26 Keith Whitwellgallium: add notify_swapbuffers_complete, use it to...
2008-01-26 Keith Whitwellgallium: specialize glFlush vs other flush semantics
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-25 Briangallium: added rastpos_destroy()
2008-01-24 Briangallium: added rastpos_destroy()
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-23 Briangallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion...
2008-01-23 Briangallium: fix computation of raster.point_size_per_verte...
2008-01-23 Briangallium: use temp reg for storing color to avoid readin...
2008-01-22 Briangallium: silence warnings
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
next