aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600c: bump sq gpr resources if a shader needs more than defaultAndre Maasikas2011-01-202-0/+21
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-0/+3
* r200: fix up some problems with TFP on r200Dave Airlie2011-01-201-5/+15
* i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt2011-01-191-0/+15
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-192-8/+13
* i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt2011-01-191-2/+3
* i965/fs: Add an instruction scheduler.Eric Anholt2011-01-194-0/+479
* i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2011-01-192-8/+12
* radeon: avoid segfault on 3D textures.Dave Airlie2011-01-191-0/+3
* radeon: oops didn't need this logbase2 fnDave Airlie2011-01-191-15/+0
* radeon: calculate complete texture state inside TFP functionDave Airlie2011-01-191-3/+25
* dri/nouveau: allow multiple maps of surface buffersBen Skeggs2011-01-191-2/+4
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-193-6/+6
* i965: Fix a comment typo.Eric Anholt2011-01-181-1/+1
* i965: Fix a bug in i965 compute-to-MRF.Eric Anholt2011-01-181-0/+1
* r600c: preserve correct buffer when using fboAndre Maasikas2011-01-181-1/+1
* r600: set border color as RGBAAndre Maasikas2011-01-181-2/+2
* r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas2011-01-181-7/+9
* i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt2011-01-172-10/+36
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-162-3/+12
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-1520-116/+117
* intel: Expose GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+2
* i965: Replace broken handling of dead code with an assert.Eric Anholt2011-01-141-10/+12
* i965: Add an invalidation of live intervals after register splitting.Eric Anholt2011-01-141-0/+1
* i915: Fix compiler warning from sw fallback removal change.Eric Anholt2011-01-141-1/+1
* i965: fix fbo-srgb on i965.Dave Airlie2011-01-141-0/+5
* i915: Disable extension OES_standard_derivativesChad Versace2011-01-131-0/+13
* i965: Remove unnecessary headers.Vinson Lee2011-01-131-2/+0
* dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni2011-01-131-0/+3
* i965/fs: Do flat shading when appropriate.Eric Anholt2011-01-122-20/+42
* meta: Actually use mipmapping when generating mipmaps.Eric Anholt2011-01-121-1/+1
* i965: Clarify when we need to (re-)calculate live intervals.Eric Anholt2011-01-123-5/+27
* i965/vs: When MOVing to produce ABS, strip negate of the operand.Eric Anholt2011-01-121-0/+1
* i965/fs: When producing ir_unop_abs of an operand, strip negate.Eric Anholt2011-01-121-0/+1
* i965: Tighten up the check for flow control interfering with coalescing.Eric Anholt2011-01-111-12/+26
* i965: Remove dead fallback for stencil _Enabled but no stencil buffer.Eric Anholt2011-01-111-8/+0
* r600c: add evergreen ARL support.Alberto Milone2011-01-111-14/+69
* i965: Use a new miptree to avoid software fallbacks due to drawing offset.Eric Anholt2011-01-102-40/+67
* intel: Drop the speculatively-use-firstImage-mt in validation.Eric Anholt2011-01-101-17/+0
* intel: Don't relayout the texture on maxlevel change.Eric Anholt2011-01-101-7/+6
* intel: When making a new teximage miptree, make a full one.Eric Anholt2011-01-101-79/+68
* meta: Don't tweak BaseLevel when doing glGenerateMipmap().Eric Anholt2011-01-101-4/+1
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-1010-82/+152
* i965: Add #defines for HiZ and separate stencil buffer commands.Kenneth Graunke2011-01-101-0/+3
* i965: Add new HiZ related bits to WM_STATE.Kenneth Graunke2011-01-101-1/+8
* i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.Kenneth Graunke2011-01-103-22/+22
* i965: Remove unused #defines which only contain the sub-opcode.Kenneth Graunke2011-01-101-22/+0
* r600: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-092-0/+2
* r300: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-092-0/+2
* r200: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-092-0/+2