aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-7/+17
* i965: more register number assertionsmesa_20090313Brian Paul2009-03-131-0/+7
* i965: add some register number assertionsBrian Paul2009-03-131-0/+8
* i965: remove unused PROGRAM_INTERNAL_PARAM, added commentBrian Paul2009-03-131-3/+1
* i965: move declarations before codeBrian Paul2009-03-131-6/+6
* i965: debug code, use gl_register_file typeBrian Paul2009-03-131-1/+7
* i965: move declaration before codeBrian Paul2009-03-121-2/+1
* i965: fix const correctnessBrian Paul2009-03-121-1/+1
* i965: commentsBrian Paul2009-03-121-0/+3
* i965: fix polygon stipple when rendering to FBORobert Ellison2009-03-121-4/+31
* i965: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+3
* i965: fix polygon face orientation when rendering to FBORobert Ellison2009-03-111-2/+8
* i965: fix lock-ups when GLSL program wrote to gl_FragDepthBrian Paul2009-03-111-1/+27
* i965: more code clean-ups, commentsBrian Paul2009-03-101-4/+11
* i965: minor code clean-ups, commentsBrian Paul2009-03-101-10/+12
* i965: use new cast wrappersBrian Paul2009-03-103-9/+16
* i965: added cast wrappers, commentsBrian Paul2009-03-101-3/+29
* i965: asst. code clean-ups, commentsBrian Paul2009-03-101-17/+19
* i965: fix typos in commentsBrian Paul2009-03-101-2/+2
* i965: fix cube map lock-up / corruptionBrian Paul2009-03-091-9/+13
* i965: check if we run out of GRF/temp registersBrian Paul2009-03-061-1/+25
* i965: bump up BRW_EU_MAX_INSNBrian Paul2009-03-061-1/+1
* i965: commentsBrian Paul2009-03-061-0/+2
* i965: comments and minor clean-upsBrian Paul2009-03-061-3/+43
* i965: avoid unnecessary calls to brw_wm_is_glsl()Brian Paul2009-03-064-2/+12
* i965: Stop dumping programs after the first all-zeroes entry.Eric Anholt2009-03-051-0/+8
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-051-0/+2
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-051-0/+18
* i965: Remove dead flushing code.Eric Anholt2009-03-053-22/+0
* i965: comments and formatting fixesBrian Paul2009-03-051-4/+14
* i965: fix emit_math1() function used for scalar instructionsBrian Paul2009-03-051-9/+32
* i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul2009-03-051-2/+2
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-5/+24
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-023-3/+3
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-283-6/+6
* i965: texture fixes: bordered textures, fallback renderingRobert Ellison2009-02-271-3/+31
* i965: rename draw_regions -> color_regionsroot2009-02-264-20/+20
* mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul2009-02-263-10/+9
* i965: whitespace/indentation fixesBrian Paul2009-02-261-28/+24
* i965: fix for RHW workaroundXiang, Haihao2009-02-262-43/+99
* i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt2009-02-256-13/+14
* i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison2009-02-231-1/+1
* 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
* i965: additional debug outputBrian Paul2009-02-201-0/+8