r300: Endianness fixes for recent vertex path changes.
[mesa.git] / src /
2009-06-07 Michel Dänzerr300: Endianness fixes for recent vertex path changes.
2009-06-07 Maciej Cencorar300: vertex array stride = 0 means that data are tight...
2009-06-07 Maciej Cencorar300: GL_(U)SHORT and GL_(U)BYTE with < 4 components...
2009-06-07 Maciej Cencorar300: remove unused code
2009-06-07 Maciej Cencorar300: rewrite vertex setup for software T&L path using...
2009-06-07 Maciej Cencorar300: prepare for some code duplication removal
2009-06-07 Maciej Cencorar300: enable EXT_vertex_array_bgra extensions
2009-06-07 Maciej Cencorar300: add hw accelerated support for different vertex...
2009-06-07 Maciej Cencorar300: prepare for different vertex data type support
2009-06-07 Maciej Cencorar300: fixup vertex attributes ordering
2009-06-07 Maciej Cencorar300: always pass 4 color components to RS unit
2009-06-01 Nicolai Hähnleradeon: Provide a more detailled GL_RENDERER string.
2009-05-28 Jerome Glisser300: when using cs path emit scissor in the cmdbuffer
2009-05-28 Jerome Glisser300: rework texture offset emission.
2009-05-27 Jerome Glisseradeon: emit scissor before emiting vertices
2009-05-27 Jerome Glisseradeon: emit scissor when using cs submission style.
2009-05-25 Jerome Glisseradeon: on update drawable don't firevertices as it...
2009-05-25 Jerome Glisser200: emit scissor when dri2 is enabled
2009-05-25 Jerome Glisser200: fix multitexturing in dri2 path
2009-05-25 Jerome Glisser200: emit cliprect with indexed primitive
2009-05-24 Jerome Glisseradeon: realloc dma if needed after revalidate
2009-05-24 Nicolai Hähnleradeon: Remove drawable & readable from radeon_dri_mirror
2009-05-22 Jerome Glisseradeon: reading back to scratch reg through status...
2009-05-21 Jerome Glisseradeon: maxbuffer size is in bytes
2009-05-20 Jerome Glisser200: fix vbo array rendering
2009-05-20 Michel Dänzerradeon: Increase reference count of current renderbuffers.
2009-05-20 Michel DänzerMerge branch 'master' into radeon-rewrite
2009-05-20 Jerome Glisseradeon: set max texture size
2009-05-20 Jerome Glisser200: fix indexed draw color order and cs missmatch
2009-05-20 Brian Paulst: reformatting, comments, var renaming
2009-05-19 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-19 Mathias Fröhlichmesa: allow depth/stencil textures to be attached to...
2009-05-19 Brian Paulmesa: assign trb->Base.StencilBits in update_wrapper().
2009-05-19 Brian Paulmesa: print more info when valid_texture_object() fails
2009-05-18 Jakob Bornecrantztrace: Improve shader wrapping
2009-05-18 Jakob Bornecrantzst/dri: Only create new textures if drawable has changed
2009-05-18 Corbin Simpsonr300-gallium: Fix (another) wrong value in MSPOS.
2009-05-18 Corbin Simpsonradeon-gallium: Remove BO validation debug.
2009-05-18 Corbin Simpsonr300-gallium: Cleanup viewport state setup.
2009-05-18 Corbin Simpsonr300-gallium: Always do VTE, never software viewport.
2009-05-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-18 Brian Paulst/mesa: fix incorrect src/dst stride params to _mesa_g...
2009-05-18 Brian Paulmesa: comments for _mesa_generate_mipmap_level()
2009-05-18 Brian Paulsoftpipe: add texture target sanity check assertion
2009-05-18 Brian Paulst: fix incorrect target parameter to screen->is_format...
2009-05-18 Aidan ThorntonInitialize psp->waitX/waitGL for swrast_dri.so.
2009-05-18 Jerome Glisseradeon: fix DRI1 cmd stream
2009-05-18 Corbin Simpsonr300-gallium: Enable GLSL for r500.
2009-05-18 Corbin Simpsonr300-gallium: r500-fs: DDX and DDY support.
2009-05-18 Corbin Simpsondri-gallium: Add GLSL support.
2009-05-18 Corbin Simpsonr300-gallium: Add half-right COS and SIN.
2009-05-18 Corbin Simpsonr300-gallium: Size mismatch.
2009-05-18 Corbin Simpsonr300-gallium, radeon-gallium: Nuke gb_pipes from orbit.
2009-05-17 Corbin Simpsonr300-gallium: Don't set GB_TILE_CONFIG (in userspace.)
2009-05-17 Corbin Simpsonr300-gallium: Clean up more invariant state.
2009-05-17 Corbin Simpsonr300-gallium: Update XXX.
2009-05-17 Corbin Simpsonr300-gallium: Correct default MSPOS.
2009-05-17 Corbin Simpsonr300-gallium: vs: Fix vert shader init.
2009-05-17 Corbin Simpsonr300-gallium: r500-fs: Enable depth writes, kinda.
2009-05-17 Corbin Simpsonr300-gallium: Comment out useless debugging code.
2009-05-17 Corbin Simpsonr300-gallium: vs: Dupe tokens, better debug, count...
2009-05-16 Corbin Simpsonr300-gallium: Die on bad texture formats.
2009-05-16 Corbin Simpsonr300-gallium: Update floating-point params too.
2009-05-16 Corbin Simpsonr300-gallium: Update screen caps.
2009-05-16 Corbin Simpsonintel-gallium: Fix trace_drm integration.
2009-05-16 Corbin SimpsonCreate common trace_drm code, add to radeon_winsys.
2009-05-16 Corbin Simpsonr300-gallium: Various cleanups leftover from before.
2009-05-16 Keith Whitwellgallium: remove occlusion_count flag from depth-stencil...
2009-05-16 Maciej Cencorar300: cleanup vertex program related functions
2009-05-16 Maciej Cencorar300: minor code movement
2009-05-16 Maciej Cencorar300: more cleanup
2009-05-16 Maciej Cencorar300: move some code to common path
2009-05-16 Maciej Cencorar300: rename functions
2009-05-16 Maciej Cencorar300: move forward declarations to where they belong
2009-05-16 Maciej Cencorar300: software fallbacking handling rewrite
2009-05-16 Maciej Cencorar300: r300EmitArrays should never fail
2009-05-16 Maciej Cencorar300: remove unnecessary switch cases
2009-05-16 Maciej Cencorar300: further cleanup
2009-05-16 Jakob Bornecrantzgallium-intel: Enable trace driver
2009-05-16 Jakob Bornecrantztrace: Export enabled status
2009-05-16 Jakob Bornecrantztrace: Unwrap buffer in texture_blanket
2009-05-16 Jakob Bornecrantztrace: If either shader is disabled don't draw
2009-05-16 Jakob Bornecrantztrace: Put shaders on a list in the context
2009-05-16 Jakob Bornecrantztrace: Move state dump functions to tr_dump_state....
2009-05-16 Eric Anholtintel: Don't complain on falling back from PBO fastpaths.
2009-05-15 Eric Anholtmesa: Mark FBOs with compressed color attachments as...
2009-05-15 Jakob Bornecrantzgallium-intel: Build with scons
2009-05-15 Jakob Bornecrantzst/egl: Use proper Makefile
2009-05-15 Steinar H. Gundersoni915: Fix 945 cube map layout for the small mipmaps...
2009-05-15 Eric Anholti915: Use Stencil.Enabled instead of Stencil._Enabled...
2009-05-15 Eric Anholti915: Only use the new 945 cube layout for compressed...
2009-05-15 Brian Paulmesa: bump version to 7.5-rc2
2009-05-14 Eric Anholti965: Fix varying payload reg assignment for the non...
2009-05-14 Eric Anholti965: Fix register allocation of GLSL fp inputs.
2009-05-14 Eric Anholtintel: Use FRONT_AND_BACK for StencilOp as well.
2009-05-14 Eric Anholtintel: Use GL_FRONT_AND_BACK for stencil clearing.
2009-05-14 Corbin Simpsonr300-gallium: Correct VTE setup for surface_fill, make...
2009-05-14 Robert Ellisoni965: fix 1D texture borders with GL_CLAMP_TO_BORDER
2009-05-14 Robert Ellisoni965: send all warnings through _mesa_warning()
2009-05-14 Jerome Glisser300: don't send now forbidden register to kernel when...
next