aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: another checkpoint commit of new constant buffer supportBrian Paul2009-04-032-65/+115
* i965: fix response length param in brw_dp_READ_4()Brian Paul2009-04-031-1/+1
* i965: change args to get_src_reg() to prep for new constant buffer supportBrian Paul2009-04-031-79/+85
* i965: check-point commit of new constant buffer supportBrian Paul2009-04-035-35/+288
* i965: remove unused code for sampling a constant bufferBrian Paul2009-04-031-42/+0
* i965: code to setup a constant buffer samplerBrian Paul2009-04-031-0/+43
* i965: do negation and Abs in get_src_reg_imm()Brian Paul2009-04-031-1/+6
* i965: commentsBrian Paul2009-04-031-0/+5
* i965: code to debug/dump instruction immediatesBrian Paul2009-04-031-0/+5
* i965: minor code movement, new commentBrian Paul2009-04-031-1/+4
* i965: added new brw_dp_READ_4() functionBrian Paul2009-04-032-0/+57
* i965: new and updated commentsBrian Paul2009-04-031-17/+29
* i965: comments for brw_SAMPLE()Brian Paul2009-04-031-1/+5
* i965: comments for sampling codeBrian Paul2009-04-031-28/+28
* i965: add support for float literal instruction operandsBrian Paul2009-04-031-20/+43
* i965: remove 'nr' param from get_src/dst_reg() functionsBrian Paul2009-04-031-112/+114
* i965: fix comment typoBrian Paul2009-04-031-1/+1
* i965: comments, clean-up in prepare_wm_surfaces()Brian Paul2009-04-031-11/+15
* i965: remove unneeded #includesBrian Paul2009-04-031-9/+0
* i965: formatting clean-upsBrian Paul2009-04-031-3/+4
* i965: comments, whitespace changesBrian Paul2009-04-031-8/+14
* i965: rename scratch_buffer -> scratch_bo to be consistant with other buffersBrian Paul2009-04-032-12/+12
* i965: fix indentationBrian Paul2009-04-031-2/+2
* i965: whitespace changes, commentsBrian Paul2009-04-031-13/+24
* dri glx: Fix dri_util::driBindContextThomas Hellstrom2009-04-021-18/+14
* dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom2009-04-021-2/+1
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-0113-51/+102
* intel: Avoid mapping the texture image for CopyTex{,Sub}ImageAdam Jackson2009-03-301-11/+13
* i965: srgb texture fixesRoland Scheidegger2009-03-283-10/+27
* i965: add support for signed rgba texture formatRoland Scheidegger2009-03-283-0/+9
* 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
* 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
* i915: move declarations before codeBrian Paul2009-03-122-4/+4