2007-07-27 |
michal | Merge branch 'master' of git+ssh://michal@git.freedeskt... |
commit | commitdiff | tree |
2007-07-26 |
Brian | Fix function call bug 11731. Also, fix up IR_CALL... |
commit | commitdiff | tree |
2007-07-26 |
Brian | generate error upon writing to varying var in fragment... |
commit | commitdiff | tree |
2007-07-26 |
Brian | clamp float colors |
commit | commitdiff | tree |
2007-07-26 |
Brian | fix color interpolation for CHAN_BITS==32 |
commit | commitdiff | tree |
2007-07-26 |
Brian | don't use rgba_line() if CHAN_BITS==32 |
commit | commitdiff | tree |
2007-07-25 |
Brian | Implement line stippling. |
commit | commitdiff | tree |
2007-07-25 |
Brian | rename some vars |
commit | commitdiff | tree |
2007-07-25 |
Brian | implement DDX, DDY instructions |
commit | commitdiff | tree |
2007-07-25 |
Brian | Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update... |
commit | commitdiff | tree |
2007-07-25 |
Brian | patch things up enough to allow texture sampling to... |
commit | commitdiff | tree |
2007-07-24 |
Brian | remove unused MAX_3D_TEXTURE_SIZE, reformattting |
commit | commitdiff | tree |
2007-07-24 |
Brian | use consistent indentation |
commit | commitdiff | tree |
2007-07-24 |
Brian | check return value of tgsi_parse_init() |
commit | commitdiff | tree |
2007-07-24 |
Brian | added PROGRAM_NAMED_PARAM in map_register_file() |
commit | commitdiff | tree |
2007-07-24 |
Brian | added GL_FRAGMENT_PROGRAM_NV in st_new_program() |
commit | commitdiff | tree |
2007-07-24 |
Brian | Add VF_ATTRIB_VAR0..7 for varying variables. |
commit | commitdiff | tree |
2007-07-24 |
Brian | added PROGRAM_UNIFORM to map_register_file() |
commit | commitdiff | tree |
2007-07-24 |
Brian | comments |
commit | commitdiff | tree |
2007-07-24 |
Brian | s/GLuint/GLbitfield/ |
commit | commitdiff | tree |
2007-07-24 |
Brian | Compute need_z and need_w properly and use the correct... |
commit | commitdiff | tree |
2007-07-24 |
Brian | Fix a typo (i << i) that was fouling up the vertex... |
commit | commitdiff | tree |
2007-07-24 |
Brian | added missing OPCODE_ARL to TGSI_OPCODES[], added sanit... |
commit | commitdiff | tree |
2007-07-24 |
Brian | added code to test per-vertex colors |
commit | commitdiff | tree |
2007-07-24 |
Brian | Basic fragment programs run now. |
commit | commitdiff | tree |
2007-07-24 |
Brian | rebuild quad pipeline when framebuffer changes too |
commit | commitdiff | tree |
2007-07-24 |
Brian | simple fragment shader test |
commit | commitdiff | tree |
2007-07-24 |
Brian | use enabled/linked fragment shader in preference to... |
commit | commitdiff | tree |
2007-07-24 |
Brian | call ctx->Driver.NewProgram() instead of _mesa_new_prog... |
commit | commitdiff | tree |
2007-07-24 |
Brian | call ctx->Driver.NewProgram() instead of _mesa_new_prog... |
commit | commitdiff | tree |
2007-07-24 |
Brian | fix logic error, typos |
commit | commitdiff | tree |
2007-07-24 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-07-23 |
Brian | fix GLX_STEREO handling (bug 11705) |
commit | commitdiff | tree |
2007-07-23 |
michal | Execute fs tokens. |
commit | commitdiff | tree |
2007-07-21 |
Zhang | Fix a number of MINGW32 issues |
commit | commitdiff | tree |
2007-07-21 |
Brian | Remove ctx->Point._Size and ctx->Line._Width. |
commit | commitdiff | tree |
2007-07-21 |
Brian | remove VC6/VC7 project files until updated |
commit | commitdiff | tree |
2007-07-20 |
Roland Scheidegger | fix bogus recently introduced function param comments |
commit | commitdiff | tree |
2007-07-19 |
Keith Whitwell | Trigger tgsi compilation for fragment programs. |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | fix mesa's handling of fbo's / window fb (again) |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | fix up mesa's probably bogus framebuffer updates with... |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | fix mesa fb binding |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | increase MAX_RELOCS so never run out before batch buffe... |
commit | commitdiff | tree |
2007-07-18 |
Oliver McFadden | r300: Oops, made a mistake on commit fb4e071beda6e3b9e6... |
commit | commitdiff | tree |
2007-07-18 |
Oliver McFadden | r300: Cleaned up vertprog construction. |
commit | commitdiff | tree |
2007-07-18 |
Tommy Schultz... | r300: Corrected texcoord start when BFC1 is enabled. |
commit | commitdiff | tree |
2007-07-17 |
Keith Whitwell | Merge branch 'origin' into softpipe_0_1_branch |
commit | commitdiff | tree |
2007-07-17 |
Keith Whitwell | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected some progs/fp/* regressions from the... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Use _mesa_num_inst_src_regs for number of arguments. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected vertprog FLR and XPD instruction regres... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Added code for vertprog opcode ARL. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Don't need vertprog scalar flag anymore; it's... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Removed broken RCC vertprog opcode. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: More vertprog rework; give each opcode it's own... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | Revert "r300: Gracefully exit after GART memory is... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Reorder the vertprog code to the ARB specification. |
commit | commitdiff | tree |
2007-07-16 |
Roland Scheidegger | fix bogus fb/drawable information |
commit | commitdiff | tree |
2007-07-16 |
Roland Scheidegger | fix segfault with i915 drivers in swrast drawpixels... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Use the R300_PVS_UPLOAD_* defines. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Added the clip plane upload defines. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Enable the vertprog point size again. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected position bug with position invariant... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Removed Vim modeline I left in the file by mistak... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Make sure the modified value of u_temp_i is respe... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Added a function for vertex program default opcod... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Clean up the vertex program maximum length check. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected indenting in r300_vertprog.c. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Major vertex program code clean up and rework. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef. |
commit | commitdiff | tree |
2007-07-15 |
Oliver McFadden | r300: Gracefully exit after GART memory is exhausted. |
commit | commitdiff | tree |
2007-07-14 |
Oliver McFadden | r300: Disable vertex program point size; it's almost... |
commit | commitdiff | tree |
2007-07-14 |
Oliver McFadden | r300: Clean up the vertex program output assignment. |
commit | commitdiff | tree |
2007-07-14 |
Patrice Mandin | nouveau: nv10 and nv11,15 are different |
commit | commitdiff | tree |
2007-07-13 |
Jan Dvorak | fix shader/info string length queries (bug 11588) |
commit | commitdiff | tree |
2007-07-13 |
Brian | Fix setup.light_twoside determination. |
commit | commitdiff | tree |
2007-07-13 |
Brian | press 'f' to toggle front-face winding |
commit | commitdiff | tree |
2007-07-13 |
Brian | Fix more polygon winding, culling confusion. |
commit | commitdiff | tree |
2007-07-13 |
Brian | Fix for-loop in interp() so we don't go out of bounds. |
commit | commitdiff | tree |
2007-07-13 |
Brian | set INTERP_CONSTANT when appropriate |
commit | commitdiff | tree |
2007-07-13 |
Brian | comments |
commit | commitdiff | tree |
2007-07-13 |
Brian | Enable Keith's branch-less stipple code - it works. |
commit | commitdiff | tree |
2007-07-13 |
Brian | Add 'prim' field to quad so that stipple and aa coverag... |
commit | commitdiff | tree |
2007-07-13 |
Brian | Implement AA points and AA coverage application in... |
commit | commitdiff | tree |
2007-07-13 |
Brian | press 's' to toggle smoothing |
commit | commitdiff | tree |
2007-07-13 |
Brian | Added basic occlusion counting |
commit | commitdiff | tree |
2007-07-13 |
Brian | minor rename |
commit | commitdiff | tree |
2007-07-13 |
Ben Skeggs | Play "nuke the typedef" |
commit | commitdiff | tree |
2007-07-13 |
Keith Whitwell | Add conditional-free implementation (disabled, not... |
commit | commitdiff | tree |
2007-07-13 |
Keith Whitwell | Simplify slightly. |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | Revert "r300: Corrected off-by-one error in r300_vertpr... |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Corrected off-by-one error in r300_vertprog.c. |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Moved some hardware initialization into appropria... |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Use a switch statement in r300UpdateCulling. |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Setup the back facing color bits correctly. |
commit | commitdiff | tree |
2007-07-13 |
Brian | fix width/depth mix-up (bug 11577) |
commit | commitdiff | tree |
2007-07-12 |
Brian | minor changes, comments about multiple color buffers... |
commit | commitdiff | tree |
2007-07-12 |
Brian | fix swizzle-related bug 11534 |
commit | commitdiff | tree |
2007-07-12 |
Brian | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FR... |
commit | commitdiff | tree |
next |