summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* fix various small intel blitter issuesRoland Scheidegger2009-03-281-11/+12
* r300: cleanup swtcl a littleMaciej Cencora2009-03-251-9/+1
* Convert u_int*_t to C99 standard uint*_tAlan Coopersmith2009-03-251-1/+1
* r300_cmdbuf.c: convert cast to a form supported by Sun ccAlan Coopersmith2009-03-251-1/+1
* r300: Texture size limit cleanups.Michel Dänzer2009-03-254-6/+23
* i965: fix point rasterization when rendering to FBORobert Ellison2009-03-242-1/+45
* i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt2009-03-238-38/+79
* i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.Eric Anholt2009-03-231-0/+50
* i965: Clean up a bit of mess with unneeded variables in emit_interp.Eric Anholt2009-03-231-7/+2
* i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS.Eric Anholt2009-03-231-1/+1
* i965: Fix occlusion query when no other WM state updates occur.Eric Anholt2009-03-231-2/+3
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-206-15/+51
* glslcompiler: added new options to override debug/optimization pragmasBrian Paul2009-03-191-7/+36
* Use the specified X11 headers for xlib mesaDan Nicholson2009-03-181-1/+2
* i965: more register number assertionsBrian 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
* i915: move declarations before codeBrian Paul2009-03-122-4/+4
* 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-123-0/+9
* regenerate glapiRoland Scheidegger2009-03-121-0/+38
* i965: fix polygon face orientation when rendering to FBORobert Ellison2009-03-111-2/+8
* intel: include main/viewport.hBrian Paul2009-03-111-0/+1
* 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
* xmesa: set back-buffer's drawable fieldBrian Paul2009-03-091-0/+1
* i965: fix cube map lock-up / corruptionBrian Paul2009-03-091-9/+13
* fix typo in fragment pipe alu define, should fix dot3_rgb tex combineRoland Scheidegger2009-03-091-1/+1
* r300: remove assignment to removed StringPos fieldBrian Paul2009-03-071-1/+0
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-072-1/+3
* mesa: gl_register_file enum typedefBrian Paul2009-03-072-3/+3
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-073-8/+0
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-0718-18/+18
* r300: shut up valgrindMaciej Cencora2009-03-072-2/+2
* 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
* r300: fix depth write regression (found by Nicolai Haehnle)Maciej Cencora2009-03-061-3/+10