summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669Brian2007-04-181-5/+14
* improved fog commentBrian2007-04-181-1/+1
* Enable texture sampling for vertex programs/shaders.Brian2007-04-172-2/+5
* Fix sample_depth_texture() to handle texture rectangle coords.Brian2007-04-141-30/+85
* fix negative zoom factor bug (10636), more commentsBrian2007-04-141-3/+11
* as with prev commit, also fix color index mode zoomed depth copies (bug 10608)Brian2007-04-111-1/+1
* fix zoomed depth copies (bug 10608)Brian2007-04-111-2/+1
* fix references to non-existant sz4 fieldRichard Hughes2007-04-072-4/+4
* fix some CHAN_TYPE==GL_FLOAT breakageRichard Hughes2007-04-071-3/+3
* fix comment typoBrian2007-04-071-1/+1
* fix color storage bug in convolution pathBrian2007-04-051-1/+1
* init span.y=0 to silence warningsBrian2007-04-041-0/+1
* Overlapping copies with zoomZ=-1 were broken. See bug 10521.Brian2007-04-041-47/+47
* Restore the UseTexEnvProgram logic.Brian2007-03-272-2/+2
* Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian2007-03-265-2/+46
* merge from masterBrian2007-03-216-7/+25
|\
| * 1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D im...Brian2007-03-213-1/+15
| * fix assertion in read_depth_pixels()Nicolai Haehnle2007-03-181-1/+1
| * mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao2007-03-181-2/+4
| * add some rb->Data null ptr checks (bug 7205)Brian2007-03-153-3/+5
* | be smarter about which fragment attribs are interpolated before running frag ...Brian2007-03-131-11/+21
* | comment about SPAN_* vs FRAG_BIT_* valuesBrian2007-03-131-0/+2
* | Check if FRAG_RESULT_COLR is written and update span->interpMask, arrayMask.Brian2007-03-131-1/+8
* | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian2007-03-114-73/+148
* | Implement gl_FrontFacing for fragment shaders.Brian2007-03-101-0/+4
* | clean-up formattingBrian2007-03-101-10/+11
* | Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-9/+17
|\ \ | |/
| * if renderbuffer ptr is null, just returnBrian2007-02-261-9/+17
* | fix deferredTexture bugBrian2007-03-071-1/+1
* | remove unneeded includesBrian2007-02-251-4/+0
* | remove 'maxInst' parameter from _mesa_execute_program()Brian2007-02-251-2/+1
* | remove unused 'element' parameter from _mesa_execute_program()Brian2007-02-251-2/+1
* | Remove unneeded _Fragment/VertexShaderPresent fields, update comments.Brian2007-02-241-4/+0
* | Use the new unified vertex/fragment program interpreter from prog_execute.c.Brian2007-02-221-1511/+12
* | use MAX_PROGRAM_ENV_PARAMSBrian2007-02-221-3/+3
* | Merge branch 'origin' into glsl-compiler-1Brian2007-02-2212-43/+59
|\ \ | |/
| * test for POT before using sample_2d_linear_repeat()Etienne Clement2007-02-141-1/+3
| * silence C++ warningsBrian2007-01-235-18/+24
| * fixes for C++ warnings/errorsBrian2007-01-235-23/+32
| * Use GLuint instead of GLint to store intermediate Z values. Fixes problems w...Brian2007-01-062-8/+9
| * Don't update span->array->z[] values from SLANG_FRAGMENT_FIXED_FRAGDEPTH.Brian2006-12-161-10/+12
| * don't allow fog when using a fragment shader (bug 9346)Brian2006-12-161-2/+5
* | Lots of changes to prog_print.c code.Brian2007-02-171-1/+2
* | consolidate BRA with BRK, CONTBrian2007-02-081-7/+3
* | Simplify code with eval_condition(). Implement conditional BRK.Brian2007-02-081-69/+56
* | Use IR_LOOP to represent do-while and for-loops.Brian2007-02-071-7/+5
* | BRK and CONT work the sameBrian2007-02-061-20/+4
* | Implement CONT, improve BRK.Brian2007-02-061-0/+6
* | BRK instruction's BranchTarget field now used for efficiently breaking out of...Brian2007-02-051-17/+13
* | Use IR node's BranchNode field for IF/ELSE/ENDIF instructions.Brian2007-02-051-51/+6