r600: support position_invariant programs
[mesa.git] / src / mesa / drivers /
2009-09-24 Andre Maasikasr600: support position_invariant programs
2009-09-24 Alex Deucherr600: add span support for 1D tiles
2009-09-24 Alex Deucherr600: fix warning
2009-09-24 Andre Maasikasr600: fix texcoords from constants
2009-09-24 Andre Maasikasr600: enable caching of vertex programs
2009-09-24 Alex Deucherr600: check if textures are actually enabled before...
2009-09-24 Alex Deucherr600: fix ftp for dri1
2009-09-24 Dave Airlier600: don't setup hardware state if TFP
2009-09-24 Alex Deucherr600: fix dri2 clipping
2009-09-23 Maciej Cencorar300: fallback to software rendering if we are out...
2009-09-22 Brian Paulmesa: don't re-use the meta glDrawPixels VBO; create...
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Nicolai Hähnler300: Fix crash reported in bug #24066
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Maciej Cencoraradeon: update buffer map/unmap code for changes introd...
2009-09-21 Maciej Cencorar300: fix a typo
2009-09-21 Eric Anholtintel: Mark the FBO as incomplete if there's no intel_r...
2009-09-21 Nicolai Hähnler300: Zero-initialize register for NV_vertex_program
2009-09-21 Nicolai Hähnler300: Fix handling of NV_vertex_program parameters
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel Dänzerintel: Fix crash in intel_flush().
2009-09-20 Pauli Nieminenradeon: Fix legacy bo not to reuse dma buffers before...
2009-09-20 Nicolai Hähnler300/compiler: Fix trig instructions in R300 fp
2009-09-20 Pauli Nieminenradeon: Fix typo in variable name.
2009-09-20 Pauli Nieminenradeon: Improve WARN_ONCE macro to appear as single...
2009-09-20 Nicolai Hähnleradeon: Fix "verts" debugging enable
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai Hähnler300/compiler: Fix R300 fragment program regression...
2009-09-18 Zou Nan hai[i965] add a missing header file
2009-09-18 Zou Nan hai [i965] use intel_batchbuffer_flush to flush the clear
2009-09-17 Brian Paulmesa: fix clip plane, fog issues
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian Romanickintel: Deassociated drawables from private context...
2009-09-16 Zou Nan haii965: do a flush in clear, fix openarena render issue,
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Pauli Nieminenradeon: Remove structure allocation from iterator variable.
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian Paulintel: disable intel_stencil_drawpixels() for now
2009-09-10 Ian RomanickFix merge fail
2009-09-10 Brian Paulmesa: need to set all stencil bits to 0 before setting...
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Eric Anholti965: Fix relocation delta for WM surfaces.
2009-09-10 Zhenyu Wangintel: add B43 chipset support
2009-09-10 Pauli Nieminenradeon: Change debugging code to use macros instead...
2009-09-09 Pauli Nieminenradeon: Add more verbose error message for failed comma...
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian Paulmesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()
2009-09-08 Brian Pauli965: fix incorrect test for vertex position attribute
2009-09-04 Eric Anholti965: Fix warnings in intel_pixel_read.c.
2009-09-04 Eric Anholtintel: Also get the DRI2 front buffer when doing front...
2009-09-04 Eric Anholtintel: Update Mesa state before span setup in glReadPixels.
2009-09-04 Eric Anholtintel: Move intel_pixel_read.c to shared for use with...
2009-09-04 Eric Anholti965: Add missing state dependency of sf_unit on _NEW_B...
2009-09-04 Eric Anholtintel: Align cubemap texture height to its padding...
2009-09-04 Eric Anholtintel: Align untiled region height to 2 according to...
2009-09-04 Eric Anholti965: Fix source depth reg setting for FSes reading...
2009-09-04 Eric Anholti965: Respect CondSwizzle in OPCODE_IF.
2009-09-04 Brian Pauli965: asst clean-ups, etc in brw_vs_emit()
2009-09-04 Eric Anholti965: Emit conditional code updates as required for...
2009-09-04 Eric Anholti965: Spell "conditional" correctly.
2009-09-04 Eric Anholti965: Fix RECT shadow sampling by not losing the other...
2009-09-04 Eric Anholti965: Assert that the offset in the VBO is below the...
2009-09-04 Eric Anholti965: Even if no VS inputs are set, still load some...
2009-09-04 Eric Anholti965: Make sure the VS URB size is big enough to fit...
2009-09-04 Eric Anholti965: Don't emit bad packets when no VBs are referenced.
2009-09-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-09-04 Eric Anholti965: Set the max index buffer address correctly accord...
2009-09-04 Brian Pauli965: rename var: s/tmp/vs_inputs/
2009-09-04 Alex Deucherr600: fix Elts handling
2009-09-03 Alex Deucherr600: rework cb/db setup
2009-09-03 Alex Deucherr600: make sure the active vertex shader bo is re-added...
2009-09-03 Brian Paulmesa: rename gl_sync_object::Status to StatusFlag
2009-09-03 Eric AnholtAdd ARB_sync to the xorg sw dri driver.
2009-09-03 Eric Anholtsavage: Fix driver build post-ARB_sync.
2009-09-03 Eric Anholts3v: Fix driver build for ARB_sync.
2009-09-03 Eric Anholtintel: Add support for ARB_sync.
2009-09-03 Ian RomanickARB sync / swrast: Use GL_ARB_sync_functions instead...
2009-09-03 Ian RomanickARB sync: Add support for GL_ARB_sync to swrast
2009-09-03 Ian RomanickEliminate trailing whitespace in extension_helper.c
2009-09-03 Ian RomanickARB sync: Regenerate files from previous commit
2009-09-03 Brian Paulintel: helper to debug bufmgr (disabled)
2009-09-03 Brian Paulmesa: change ctx->Driver.BufferData() to return GLboole...
2009-09-03 Dave Airlier600: visual depth has no meaning here.
2009-09-03 Dave Airlier600: make sure the active shader bo is re-added to...
2009-09-03 Dave Airlieradeon: pass internal format into the miptree.
2009-09-03 Dave Airlieradeon/dri2: add gl20 bits for r300/r600 just like...
2009-09-02 Eric AnholtRevert "i965: Use VBOs in the VBO module on 965, now...
2009-09-02 Eric Anholtintel: Add support for FlushMappedBufferRange for ARB_m...
2009-09-02 Eric Anholtintel: Sync a synchronized READ_BIT map buffer range...
2009-09-02 Eric Anholtintel: Move MapBufferRange mesa state setting up to...
2009-09-02 Xiang, Haihaoi965: CS FENCE in URB_FENCE is 11-bits wide
2009-09-02 Xiang, Haihaoi965: validate sf state
2009-09-01 Brian Paulintel: use _mesa_expand_bitmap() to skip an intermediat...
2009-09-01 Brian Pauldri: remove unused meta_clear_tris()
2009-09-01 Brian Paulintel: use BUFFER_BITS_COLOR
2009-09-01 Brian Paulintel: fix incorrect parameter type for intel_bufferobj...
2009-09-01 Brian Paulradeon: trim down #includes
2009-09-01 Brian Paulradeon: use _mesa_meta_clear()
2009-09-01 Brian Paulmesa: obey stencil write mask in _mesa_meta_draw_pixels()
next