summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple
AgeCommit message (Expand)Author
2007-11-07Track hardware vertex buffer state changes.José Fonseca
2007-11-06Fix build error: dereferencing pointer to incomplete typeMichel Dänzer
2007-11-06Remove pipe->max_texture_size(), use get_param() instead.Brian
2007-11-06Allow custom pipe driver buffer usage flags.José Fonseca
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-11-03Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca
2007-11-03Do something sensible when failed to reserve space in the batch buffer.José Fonseca
2007-11-03Detail i915 winsys interface comments.José Fonseca
2007-11-03Render primitives using indirect vertices in a vertex buffer.José Fonseca
2007-11-01remove old comment about tnl/vfBrian
2007-11-01Reserve the right number of dwords for hardware state, and handle the case wh...José Fonseca
2007-10-31Hold the vertex buffer handle.José Fonseca
2007-10-31Handle TGSI_OPCODE_RET.José Fonseca
2007-10-31Allow more verbose error output.José Fonseca
2007-10-31Chain vertex buffers into the batch buffer.José Fonseca
2007-10-29Make it compile under linux.Michal Krol
2007-10-29Remove typedefs from enums.Zack Rusin
2007-10-29Reuse hardware vertice representation.José Fonseca
2007-10-29Enable the vertex buffer stage according to the I915_VBUF environment var.José Fonseca
2007-10-29Get vertex buffer stage in a minimally working state.José Fonseca
2007-10-29Reserve the accurate number of dwords in the batch buffer.José Fonseca
2007-10-29Start a vertex buffer constuction stage for i915 based on Keith's draft done ...José Fonseca
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-24Revert "Undo indexOffset change (I think, git???)"Brian
2007-10-24Undo indexOffset change (I think, git???)Brian
2007-10-20In region_unmap(), check if region is mapped before decrementing refcount.Brian
2007-10-15remove commented out #includeBrian
2007-10-15formattingBrian
2007-10-15add 'normalized_coords' field to pipe_sampler_stateBrian
2007-10-15feedback/rasterpos fix-upsBrian
2007-10-15check for extended swizzles, added TGSI_OPCODE_KILPBrian
2007-10-15added print_texkil_op()Brian
2007-10-10fix get_result_vector() since fp output slots are not fixed anymoreBrian
2007-10-02Added TGSI_OPCODE_ENDBrian
2007-10-01use i915_miptree_layout when using an i915Brian
2007-10-01avoid updating vertex format when it doesn't really changeBrian
2007-10-01disable debug printfBrian
2007-10-01don't crash when fog enabled, still not rendered correctly thoughBrian
2007-10-01remove specular color assertion (the path works)Brian
2007-10-01fix a few vert/frag program items to get i915 driver going againBrian
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-28Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-21Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.Brian
2007-09-21Convert i915 to use cso semantics of alpha_test.Zack Rusin