gallium: Use MALLOC().
[mesa.git] / src / mesa / state_tracker /
2007-10-28 Michal KrolUpdate comments.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-28 michalDeclare temporaries in a more compact fashion.
2007-10-28 michalDeclare temporaries in a more compact fashion.
2007-10-27 michalUse PIPE_FORMAT in state tracker.
2007-10-27 michalRefactor supported format queries.
2007-10-27 michalRemove PIPE_FORMAT_COUNT references.
2007-10-27 BrianComments about texture instructions and the src regs
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-27 BrianMove mesa_to_tgsi.[ch] into state tracker.
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 Briansilence warning
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 BrianFix glDrawElements + VBO rendering when ptr/offset...
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
2007-10-24 Brianflush pipe in draw_stencil_pixels()
2007-10-24 Zack RusinAdd copyright headers and do some cleanups.
2007-10-24 Zack RusinCleanup some code.
2007-10-24 Zack RusinExecution engine is a singleton, for now keep it in...
2007-10-24 Zack RusinInitial stab at LLVM integration.
2007-10-23 BrianDon't pad renderbuffers to multiple of two pixels anymore.
2007-10-22 Brianfix masking bug, memory leak
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-20 Brianflush the pipe before accum ops
2007-10-20 Brianunmap regions when reallocating renderbuffer storage
2007-10-20 Brianrenderbuffer tweaks in update_framebuffer_state()
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-18 Brianfix off-by-one error in CopyPixels src position
2007-10-18 Brianfix upside down CopyPixels image
2007-10-18 Brianfix function name
2007-10-18 Briancheckpoint: code refactoring for glCopyPixels
2007-10-18 Brianstart implementing glCopyPixels (stencil works)
2007-10-18 Brianmake read_stencil_pixels() non-static
2007-10-18 Brianprint vertex input mapping
2007-10-18 Brianhandle fogcoord/raster distance
2007-10-18 Briandebug functions
2007-10-17 Brianremove #include vf.h
2007-10-17 Brianformatting fix
2007-10-17 Brianfix addressing error in read_stencil_pixels()
2007-10-17 Briangenerate selection hit if in selection mode and pos...
2007-10-17 BrianUpdate framebuffer state in response to _NEW_COLOR...
2007-10-17 BrianFix viewport Z scale/bias to get the right Z values...
2007-10-17 Brianuse new st_clear_accum_buffer() function
2007-10-17 BrianNew st_clear_accum_buffer() function (can't use pipe...
2007-10-16 Brianremove debug assertion
2007-10-16 Brianfix blend term translation bug, rename some funcs
2007-10-15 BrianGL_UNSIGNED_BYTE indexes
2007-10-15 BrianUndo prev changes.
2007-10-15 Briansetup vertex format for GL_FEEDBACK mode
2007-10-15 BrianGL_SELECT mode works now
2007-10-15 Briancall pipe->set_vertex_buffer() after drawing/unreferencing.
2007-10-15 Brianadd 'normalized_coords' field to pipe_sampler_state
2007-10-15 Briansimplify KIL usage for bitmap fragprog
2007-10-14 Brianimplement accum ops
2007-10-14 Brian16-bit rgba surface/format for accum
2007-10-14 BrianAdded accum function/files.
2007-10-13 BrianGL_STENCIL_INDEX support
2007-10-13 BrianGL_STENCIL_INDEX support
2007-10-13 Brianformat info for Z16/Z32
2007-10-13 BrianglDrawPixels support for GL_DEPTH_COMPONENT
2007-10-13 Brianget_tile() of Z surfaces returns floats now
2007-10-12 BrianUse KIL in glBitmap shader to cull the fragments for...
2007-10-12 Brianadded assertion to be sure we don't exceed bitfield...
2007-10-12 Brianinitial use of KIL for glBitmap rendering
2007-10-11 Brianrename some vars, updated comments
2007-10-11 Brianremove unused tgsi_attrib_to_mesa_attrib()
2007-10-11 Brianupdate st_feedback_draw_vbo()
2007-10-11 Brianstreamline st_draw_vbo() a bit more, free user-space...
2007-10-11 Brianclean-up, streamline st_draw_vbo()
2007-10-11 BrianUse winsys->user_buffer_create() to wrap user-space...
2007-10-10 Brianuse correct mipmap level in st_render_texture()
2007-10-10 Brianfix width/height padding that caused failed assertion...
2007-10-10 BrianSize of input_to_index array should be VERT_ATTRIB_MAX.
2007-10-10 BrianMerge tgsi_mesa_compile_fp_program() and tgsi_mesa_comp...
2007-10-10 Brianremove unused var
2007-10-09 BrianFinish up decls for packed fragment program outputs.
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 Brianbasic support for reading GL_DEPTH_COMPONENT
2007-10-03 Michel DänzerSome minor cleanups.
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-03 Zack RusinGet rid of ST_NEW_SHADER flag and the dependency on...
2007-10-03 Zack RusinExplain a little better what we're doing here.
2007-10-02 Brianassert that program length > 1 (some code, plus END)
2007-10-02 Brianadded MESA_FORMAT_Z16 in st_mesa_format_to_pipe_format...
2007-10-02 Briancomments/code for min/max_lod - revisit someday
2007-10-01 Briandon't crash in RasterPos if feedback not implemented yet
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-29 Brianfix bug causing unnecessary translations
2007-09-28 Brianremove old debug code, fix warning
2007-09-28 Brianfix st_use_program()
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
next