aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* texmem: fix typo from brianp's changes.Dave Airlie2009-02-221-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-02-215-18/+18
* mesa: re-org texgen stateBrian Paul2009-02-212-31/+35
* intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg2009-02-211-2/+7
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-217-13/+27
* i965: Fix render target read domains.Eric Anholt2009-02-211-2/+1
* i965: use the new prog_instruction::TexShadow fieldBrian Paul2009-02-205-6/+11
* i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24Brian Paul2009-02-201-1/+9
* i965: separate emit_op() and emit_tex_op() functionsBrian Paul2009-02-201-50/+63
* i965: update comment, use const qualifierBrian Paul2009-02-201-4/+2
* i965: var renaming, clean-upBrian Paul2009-02-201-13/+11
* i965: added commentBrian Paul2009-02-201-1/+1
* intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul2009-02-201-1/+1
* i965: additional debug outputBrian Paul2009-02-201-0/+8
* intel: Fix tri clear to do FBO color attachments as well.Eric Anholt2009-02-171-8/+25
* i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt2009-02-171-2/+2
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-175-2/+8
* i965: tell GLSL compiler to emit code using condition codesBrian Paul2009-02-161-0/+3
* r300: Redirect constant TEX coordinatesNicolai Haehnle2009-02-142-0/+32
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-02-136-64/+187
* i965: add missing break for OPCODE_RET caseBrian Paul2009-02-131-0/+1
* i965: the return value of translate_insn() is never used. Make it void.Brian Paul2009-02-131-4/+3
* i965: minor clean-upsBrian Paul2009-02-131-27/+26
* i965: code clean-ups, comments, and minor refactoringBrian Paul2009-02-132-37/+65
* i965: updated commentsBrian Paul2009-02-131-17/+37
* intel: turn on GL_ARB_shading_language_120Brian Paul2009-02-131-4/+0
* i965: more reformatting/clean-upBrian Paul2009-02-131-12/+10
* i965: s/__inline/INLINE/Brian Paul2009-02-131-4/+4
* i965: formatting and indentation fixesBrian Paul2009-02-131-17/+16
* i965: fix inconsistant indentation in brw_wm.cBrian Paul2009-02-131-37/+39
* Fix an i965 assertion failure on glClear()Robert Ellison2009-02-111-1/+1
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-105-42/+54
* sis: fix signedness warningsEric Anholt2009-02-102-5/+5
* trident: Fix signedness warning.Eric Anholt2009-02-101-1/+1
* tdfx: Fix begin/endquery for current API.Eric Anholt2009-02-101-4/+4
* intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt2009-02-101-5/+17
* intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt2009-02-101-5/+6
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-02-102-0/+10
* intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt2009-02-101-0/+3
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-1018-126/+272
|\
| * gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-1012-3/+28
| * re-add MSAA supportBrian Paul2009-02-0911-34/+56
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-096-91/+190
| |\
| | * i965: fix bug in pass0_precalc_mov()Brian Paul2009-01-291-3/+11
| | * i965: widen per-texture bitfields for 16 texture image unitsBrian Paul2009-01-291-5/+5
| | * intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul2009-01-291-1/+5
| | * intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul2009-01-292-0/+4
| | * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-2217-412/+578
| | |\
| | * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-166-6/+50
| | |\ \
| | * \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-1414-85/+77
| | |\ \ \