aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer2009-06-193-16/+11
* radeon: fix cube maps for non-mm pathRoland Scheidegger2009-06-191-2/+33
* r200: fix cube maps for non-mm pathRoland Scheidegger2009-06-191-1/+28
* i965: initial code for loops in vertex programsBrian Paul2009-06-191-2/+38
* i965: asst clean-ups, etc in brw_vs_emit()Brian Paul2009-06-191-11/+10
* i965: asst clean-ups, var renaming in brw_wm_emit_glsl()Brian Paul2009-06-191-21/+23
* radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-193-0/+6
* Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-0/+14
|\
| * mesa: regenerated API files for GL_EXT_provoking_vertexBrian Paul2009-05-281-8/+22
* | mesa driconf: Add macro to specify an option with a quoted default value.Thomas Hellstrom2009-06-171-0/+4
* | i965: Add decode for the G4X x,y offset in surface state.Eric Anholt2009-06-171-0/+2
* | i965: Fix up texture layout for small things with wide pitches (tiled)Eric Anholt2009-06-171-1/+1
* | i965: Fall back or appropriately adjust offsets of drawing to tiled regions.Eric Anholt2009-06-173-3/+54
* | r300: use vbo_split_prims to split up large vertex buffers.Dave Airlie2009-06-182-2/+11
* | i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt2009-06-172-4/+8
* | radeon: don't re-add BOs to validate listDave Airlie2009-06-181-0/+7
* | radeon: Flush command buffer on viewport changeJerome Glisse2009-06-171-0/+1
* | r300: don't emit vap index offset on r5xx hw when using csJerome Glisse2009-06-171-1/+1
* | GLX: attempt to fix glean makeCurrent test cases.Dave Airlie2009-06-171-1/+5
* | radeon: fix warnings in wrapper with libdrmDave Airlie2009-06-171-15/+15
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-166-20/+78
|\ \
| * | i965: fix bugs in projective texture coordinatesBrian Paul2009-06-165-20/+54
| * | intel: Release fb backing regions in intelDestroyBuffer()Shuang He2009-06-151-0/+24
| * | intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
* | | i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger2009-06-161-0/+1
* | | Merge branch 'arb_map_buffer_range'Brian Paul2009-06-151-4/+26
|\ \ \
| * | | mesa: regenerated files for GL_ARB_map_buffer_rangeBrian Paul2009-06-081-4/+26
* | | | enable ARB_half_float_pixel for intel driversRoland Scheidegger2009-06-151-0/+1
* | | | intel: fix (cosmetic) typo flag used twiceRoland Scheidegger2009-06-151-1/+0
* | | | r300: fix 3D texturesMaciej Cencora2009-06-151-1/+20
* | | | i965: interpolate colors with perspective correction by defaultBrian Paul2009-06-126-13/+38
* | | | r300: add support for EXT_texture_sRGBMaciej Cencora2009-06-124-0/+27
* | | | radeon: fix size of mipmap texture arrayDave Airlie2009-06-121-1/+3
* | | | radeon/r200/r300: fix max texture levels assertDave Airlie2009-06-122-6/+3
* | | | Merge remote branch 'main/radeon-rewrite'Dave Airlie2009-06-12118-18854/+16421
|\ \ \ \
| * | | | r300: fix VAP setupMaciej Cencora2009-06-111-5/+6
| * | | | r300: fix for SW TCL pathMaciej Cencora2009-06-111-1/+1
| * | | | r300: don't send unused attributes for SW TCL pathMaciej Cencora2009-06-111-14/+14
| * | | | r300: send only RS_IP_* regs that we are going to useMaciej Cencora2009-06-112-10/+4
| * | | | r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora2009-06-111-4/+6
| * | | | r300: r500 fragment program fixesMaciej Cencora2009-06-111-12/+11
| * | | | radeon: increase max bo countMaciej Cencora2009-06-111-1/+1
| * | | | r300: fix a GPU lock upMaciej Cencora2009-06-113-21/+24
| * | | | r300: fix vertex program bugMaciej Cencora2009-06-111-6/+10
| * | | | r300: move some code for easier debuggingMaciej Cencora2009-06-111-17/+37
| * | | | r300: print vertex program when debugging is enabledMaciej Cencora2009-06-111-3/+14
| * | | | r300: fix output register allocation for vertex shadersMaciej Cencora2009-06-111-9/+19
| * | | | r300: hw doesn't support saturation for tex instructionsMaciej Cencora2009-06-111-0/+3
| * | | | r300: fix indexed primitive rendering when using memory managerJerome Glisse2009-06-111-2/+2
| * | | | r300: make sure indexed rendering doesn't try to use more than the num of ver...Jerome Glisse2009-06-101-0/+7