summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2006-06-02implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger
2006-06-02remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger
2006-06-01retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger
2006-05-31SWZ is nearly identical to MOV. the difference is that SWZ supports per-compo...Tilman Sauerbeck
2006-05-31pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r30...Tilman Sauerbeck
2006-05-31Fixed bug with multiple contexts.Claudio Ciccani
2006-05-30minor code cleanup, no actual changesTilman Sauerbeck
2006-05-27fix some whitespace in previous commitRoland Scheidegger
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger
2006-05-23Add const qualifiers in a number of places.Brian Paul
2006-05-23init mask=0 to silence warningBrian Paul
2006-05-23make mgaSetFence() and mgaWaitFence() staticBrian Paul
2006-05-23prototype i915_udpate_fog() to silence warningBrian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-05-20use new _mesa_remove_renderbuffer()Brian Paul
2006-05-19added some CHAN_BITS testsBrian Paul
2006-05-19Allow rendering 8, 16 and 32-bit/channel images without recompiling.Brian Paul
2006-05-18Dont allow 16 tex units to be used at all.Aapo Tahkola
2006-05-17add texture rectangle support for i815, I wrote the original patch aboutDave Airlie
2006-05-14remove some unused macrosBrian Paul
2006-05-14fix typo, remove dead codeBrian Paul
2006-05-12the r300 should only use 8 until Mesa can deal with thisDave Airlie
2006-05-12this should use the configured number not the MAX, this has no effect untilDave Airlie
2006-05-08Fix a number of texture compression issues.Brian Paul
2006-05-08fix warningBrian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-05-07added CHAN_BITS != 8 testBrian Paul
2006-05-05remove temporary code from keithw, this in theory isn't used at the momentDave Airlie
2006-05-05Fix i915 driver after stencil changes in Mesa 6.5Dave Airlie
2006-05-02remove some unneeded includesDave Airlie
2006-05-02move the pkg config flags for libdrm to the bottomDave Airlie
2006-04-27assorted clean-ups, fixesBrian Paul
2006-04-27replace a bunch of casts with GET_XRB macroBrian Paul
2006-04-26fix warnings.Aapo Tahkola
2006-04-26R300_SPAN_DISABLE_LOCKING env varAapo Tahkola
2006-04-26minor clean-upBrian Paul
2006-04-26remove old XFree86 tagBrian Paul
2006-04-25use _TNL_FIRST/LAST_MAT indexesBrian Paul
2006-04-25silence warningsBrian Paul
2006-04-24extended swizzle (bug 6727)Brian Paul
2006-04-23enable feedback renderingAapo Tahkola
2006-04-23disable hw locking when entering span rendering for nowAapo Tahkola
2006-04-23need to hold before freeingAapo Tahkola
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-21Ensure all GART allocations are freed on context destruction, rather thanAdam Jackson
2006-04-21Fix format strings for LP64Adam Jackson
2006-04-21depend is not a .PHONY targetBrian Paul
2006-04-20limit max program/param length to 255 (spotted by sroland)Aapo Tahkola
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg