summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-04Add scons build support for radeon/r300.Corbin Simpson6-35/+59
2009-04-04radeon: Fix compile warnings, compile errors.Corbin Simpson1-1/+6
2009-04-04r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson5-24/+23
2009-04-04r300-gallium: r500 surface_copy fragment shader.Corbin Simpson1-8/+23
2009-04-03intel: #include texgetimage.hBrian Paul1-0/+1
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul9-335/+409
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul8-15/+18
2009-04-03mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul1-4/+6
2009-04-03mesa: whitespace and comment clean-upBrian Paul1-11/+16
2009-04-03mesa: remove extra semicolonsBrian Paul1-5/+5
2009-04-03softpipe: add additional surface formats in tile cache codeBrian Paul1-0/+3
2009-04-03mesa: in mesa_add_named_constant(), avoid adding duplicate constantsBrian Paul1-7/+12
2009-04-03mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul1-5/+2
2009-04-03mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul1-2/+2
2009-04-03mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul1-3/+2
2009-04-03mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()Brian Paul1-2/+2
2009-04-03python/regress: Use A8R8G8B8 rendertarget format.Michal Krol1-1/+1
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul10-36/+36
2009-04-03mesa: don't normalize spot light direction until validation timeBrian Paul1-2/+7
2009-04-03python/regress: vertex shader srcmod swz test does not use TEMP[0].Michal Krol1-1/+0
2009-04-03tgsi/exec: Actually enable switch-case for FLR.Michal Krol1-1/+1
2009-04-03i965: remove unused varBrian Paul1-1/+0
2009-04-03glx: remove unused local var in determineTextureFormat()Brian Paul1-1/+0
2009-04-03mesa: replace assertion with conditional in _mesa_opcode_string()Brian Paul1-2/+4
2009-04-03i965: more const buffer debug codeBrian Paul1-50/+84
2009-04-03i965: added brw_same_reg()Brian Paul1-0/+7
2009-04-03i965: s/GL_FALSE/BRW_COMPRESSION_NONE/Brian Paul1-1/+1
2009-04-03i965: another checkpoint commit of new constant buffer supportBrian Paul2-65/+115
2009-04-03i965: fix response length param in brw_dp_READ_4()Brian Paul1-1/+1
2009-04-03i965: change args to get_src_reg() to prep for new constant buffer supportBrian Paul1-79/+85
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul5-35/+288
2009-04-03i965: remove unused code for sampling a constant bufferBrian Paul1-42/+0
2009-04-03i965: code to setup a constant buffer samplerBrian Paul1-0/+43
2009-04-03i965: do negation and Abs in get_src_reg_imm()Brian Paul1-1/+6
2009-04-03i965: commentsBrian Paul1-0/+5
2009-04-03i965: code to debug/dump instruction immediatesBrian Paul1-0/+5
2009-04-03i965: minor code movement, new commentBrian Paul1-1/+4
2009-04-03i965: added new brw_dp_READ_4() functionBrian Paul2-0/+57
2009-04-03i965: new and updated commentsBrian Paul1-17/+29
2009-04-03mesa: more error message infoBrian Paul1-1/+2
2009-04-03mesa: clean up formatting and use 'return' instead of 'break' consistantlyBrian Paul1-51/+67
2009-04-03i965: comments for brw_SAMPLE()Brian Paul1-1/+5
2009-04-03i965: comments for sampling codeBrian Paul1-28/+28
2009-04-03i965: add support for float literal instruction operandsBrian Paul1-20/+43
2009-04-03i965: remove 'nr' param from get_src/dst_reg() functionsBrian Paul1-112/+114
2009-04-03i965: fix comment typoBrian Paul1-1/+1
2009-04-03i965: comments, clean-up in prepare_wm_surfaces()Brian Paul1-11/+15
2009-04-03i965: remove unneeded #includesBrian Paul1-9/+0
2009-04-03i965: formatting clean-upsBrian Paul1-3/+4
2009-04-03i965: comments, whitespace changesBrian Paul1-8/+14