summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-03i965: code to setup a constant buffer samplerBrian Paul
2009-04-03i965: do negation and Abs in get_src_reg_imm()Brian Paul
2009-04-03i965: commentsBrian Paul
2009-04-03i965: code to debug/dump instruction immediatesBrian Paul
2009-04-03i965: minor code movement, new commentBrian Paul
2009-04-03i965: added new brw_dp_READ_4() functionBrian Paul
2009-04-03i965: new and updated commentsBrian Paul
2009-04-03mesa: more error message infoBrian Paul
2009-04-03mesa: clean up formatting and use 'return' instead of 'break' consistantlyBrian Paul
2009-04-03i965: comments for brw_SAMPLE()Brian Paul
2009-04-03i965: comments for sampling codeBrian Paul
2009-04-03i965: add support for float literal instruction operandsBrian Paul
2009-04-03i965: remove 'nr' param from get_src/dst_reg() functionsBrian Paul
2009-04-03i965: fix comment typoBrian Paul
2009-04-03i965: comments, clean-up in prepare_wm_surfaces()Brian Paul
2009-04-03i965: remove unneeded #includesBrian Paul
2009-04-03i965: formatting clean-upsBrian Paul
2009-04-03i965: comments, whitespace changesBrian Paul
2009-04-03i965: rename scratch_buffer -> scratch_bo to be consistant with other buffersBrian Paul
2009-04-03i965: fix indentationBrian Paul
2009-04-03i965: whitespace changes, commentsBrian Paul
2009-04-03tgsi/text: Allow optional component selection for indirect registers.Michal Krol
2009-04-03python/regress: vertex shader FRC test does not use IN[1].Michal Krol
2009-04-03python/regress: Add relative addressing tests.Michal Krol
2009-04-03util/debug: Initialise local variables.Michal Krol
2009-04-03tgsi/text: Allow `-|src|` variant of `-(|src|)`.Michal Krol
2009-04-03mesa: ensure pbo stencil buffers are mapped before useAlan Hourihane
2009-04-03python/regress: Add vertex shader source modifier tests.Michal Krol
2009-04-03nv50: fix viewport state updateChristoph Bumiller
2009-04-02mesa: fix TexParameter functionsRoland Scheidegger
2009-04-02mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul
2009-04-02mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul
2009-04-02glsl: fix segfault in linker when vertex or fragment shader was missingBrian Paul
2009-04-02python/regress: Do not generate HTML summary for vertex shader test.Michal Krol
2009-04-02glx: MakeCurrent fixes.Thomas Hellstrom
2009-04-02dri glx: Fix dri_util::driBindContextThomas Hellstrom
2009-04-02dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom
2009-04-02python/regress: Do not create zbuf for vertex shader test.Michal Krol
2009-04-02python/regress: Add more vertex shader test cases.Michal Krol
2009-04-01swrast: remove unused integer lerp functionsBrian Paul
2009-04-01mesa: get rid of gl_texture_object::_BorderChanBrian Paul
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2009-04-01swrast: remove old texture_apply() code; always use texture combine codeBrian Paul
2009-04-01swrast: fix bad optimization checkBrian Paul
2009-04-01swrast: remove unused parameterBrian Paul
2009-04-01swrast: minor improvements, clean-ups in texcombine codeBrian Paul
2009-04-01mesa: simplify ycbcr->rgb conversion codeBrian Paul
2009-04-01mesa: convert more texture fetch functions to return GLfloatBrian Paul
2009-04-01mesa: switch texel fetch functions from GLchan to GLfloatBrian Paul
2009-04-01swrast: use float4_array typedef to simplify the code a bitBrian Paul