aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* trace: Merge the CSS into the XSL.José Fonseca2008-08-072-74/+56
|
* trace: Dump format names.José Fonseca2008-08-075-4/+13
|
* gallium: s/pf_sprint_name/pf_name/Brian Paul2008-08-071-3/+2
|
* gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.Brian Paul2008-08-071-8/+4
|
* gallium: s/printf/debug_printf/Brian Paul2008-08-071-2/+2
|
* gallium: new/better debug code (disabled)Brian Paul2008-08-072-2/+9
|
* gallium: implement a bunch of missing put_tile functionsBrian Paul2008-08-071-26/+137
|
* gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul2008-08-071-1/+1
|
* mesa: fix glBindTexture comment/error stringBrian Paul2008-08-071-2/+2
|
* mesa: glsl: regenerated filesBrian Paul2008-08-077-2497/+2522
|
* mesa: glsl: finish up support for precision qualifiersBrian Paul2008-08-072-4/+27
|
* mesa: pf_sprint_name->pf_name.José Fonseca2008-08-072-10/+2
|
* gallium: Simplify format->name conversion.José Fonseca2008-08-072-5/+4
|
* trace: Dump state.José Fonseca2008-08-076-25/+549
|
* trace: Trace pipe context calls.José Fonseca2008-08-073-7/+1027
|
* trace: Add missing XSL and CSS.José Fonseca2008-08-072-0/+186
|
* xlib: Integrate with the trace pipe driver.José Fonseca2008-08-072-25/+42
|
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-0712-0/+1300
| | | | Only pipe_screen calls traced, and only linux supported, for now.
* pipebuffer: Add an extra assertion to ensure buffers do not jump between lists.José Fonseca2008-08-071-6/+8
|
* gallium: New function to dump surfaces.José Fonseca2008-08-072-7/+44
|
* mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol2008-08-073-24/+53
|
* mesa: Silence compiler warnings on Windows.Michal Krol2008-08-072-3/+3
|
* softpipe: Silence compiler warnings on Windows.Michal Krol2008-08-071-3/+3
|
* gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul2008-08-061-6/+6
| | | | | | We need to compute the default dst_stride and src_stride _before_ clipping. After clipping, the width value may have changed. This fixes visible tile glitches in some demos like progs/glsl/texdemo.c
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-063-2/+15
| | | | | Check for these caps in state tracker and enable corresponding GL extensions if supported.
* softpipe: add texture border color codeBrian Paul2008-08-061-9/+19
|
* egl: fixes for WindowsJonathan White2008-08-062-1/+8
|
* mesa: glsl: regenerated fileBrian Paul2008-08-061-1/+1
|
* mesa: glsl: report 'Syntax Error' instead of 'Invalid external declaration'Brian Paul2008-08-061-1/+3
|
* mesa: glsl: additional error checkingBrian Paul2008-08-061-0/+12
|
* mesa: glsl: fix a number of glUniform issuesBrian Paul2008-08-061-31/+199
| | | | | | | | | Additional error checking. Allow setting elements of uniform arrays. This involves encoding both a uniform location and a parameter offset in the value returned by glGetUniformLocation(). Limit glUniform[if]v()'s count to the size of the uniform array. When setting bool-valued uniforms, convert all float/int values to 0 or 1.
* egl: fix version handlingJonathan White2008-08-061-4/+13
|
* mesa: glsl: fix glGetUniform for matrix queriesBrian Paul2008-08-061-50/+79
|
* mesa: glsl: fix error check in get_uniformfv()Brian Paul2008-08-061-4/+9
|
* mesa: glsl: check for rect tex samplersBrian Paul2008-08-061-1/+9
|
* mesa: glsl: disallow initializers for varying varsBrian Paul2008-08-061-2/+10
|
* mesa: glsl: more type checking for attribute/varying/uniform vars/localsBrian Paul2008-08-061-4/+14
|
* mesa: glsl: check that attribute vars are of float/vec/mat typeBrian Paul2008-08-063-0/+39
|
* mesa: glsl: more assignment type checkingBrian Paul2008-08-061-60/+87
| | | | | Also that const declarations have initializers and that uniforms/samplers can't have initializers.
* mesa: glsl: fix SLANG_OPER_VARIABLE_DECL type checking caseBrian Paul2008-08-061-1/+1
|
* mesa: glsl: count number of temp regs usedHaihao Xiang2008-08-062-3/+34
|
* fix some FBO/texture queries (bug 15296)Brian Paul2008-08-061-2/+12
|
* mesa: glsl: code consolidation in _slang_gen_declaration()Brian Paul2008-08-051-36/+29
|
* mesa: glsl: disallow user-defined functions/vars prefixed with gl_Brian Paul2008-08-051-0/+27
|
* mesa: glsl: additional type checking for assignments, inequalitiesBrian Paul2008-08-051-0/+16
|
* mesa: glsl: generate error for main(any args)Brian Paul2008-08-051-0/+6
|
* egl: changes for WindowsJonathan White2008-08-051-26/+39
|
* mesa: glsl: regenerated fileBrian Paul2008-08-051-558/+552
|
* mesa: glsl: remove invalid use of f.x syntax where f is a floatBrian Paul2008-08-051-44/+43
|
* mesa: glsl: re-enable assignment type checkingBrian Paul2008-08-051-30/+30
|