gallium/i915: hook up screen->get_param()
[mesa.git] / src / mesa / state_tracker /
2008-02-27 Briangallium: use pipe_texture_reference() instead of pipe...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: #includes to silence warnings
2008-02-26 Briangallium: fix zero-sized viewport bug
2008-02-26 Briangallium: fix off by one rasterpos bug
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
2008-02-26 José Fonsecagallium: Add missing copyright headers.
2008-02-26 Zack Rusinadd an explicit callback decleration and use it to...
2008-02-26 Zack Rusinimplement deleting of driver side cached state in cso's
2008-02-25 Briangallium: clamp line width when creating raster state...
2008-02-21 Briangallium: fill in some blend/rasterizer template fields...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-20 Briangallium: mark texture object data dirty in do_copy_texs...
2008-02-20 Briangallium: re-enable GenerateMipmap calls
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
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
next