aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-06-194-1/+29
* intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-06-193-3/+13
* intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2009-06-192-306/+307
* intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.Eric Anholt2009-06-191-2/+4
* intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-193-4/+4
* intel: Fix glClear behavior versus display lists.Eric Anholt2009-06-191-1/+1
* intel: Do not access pbo's buffer directly when attaching.Chia-I Wu2009-06-191-2/+7
* intel: Data are copied in the wrong direction when breaking COW tie.Chia-I Wu2009-06-191-1/+1
* intel: Fix migration from sys_buffer in intel_bufferobj_buffer.Chia-I Wu2009-06-191-3/+7
* radeon: make cubemap mipmap generation workRoland Scheidegger2009-06-201-16/+13
* 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