profile/ivi/mesa.git
2007-07-24 Brianadded PROGRAM_NAMED_PARAM in map_register_file()
2007-07-24 Brianadded GL_FRAGMENT_PROGRAM_NV in st_new_program()
2007-07-24 BrianAdd VF_ATTRIB_VAR0..7 for varying variables.
2007-07-24 Brianadded PROGRAM_UNIFORM to map_register_file()
2007-07-24 Briancomments
2007-07-24 Brians/GLuint/GLbitfield/
2007-07-24 BrianCompute need_z and need_w properly and use the correct...
2007-07-24 BrianFix a typo (i << i) that was fouling up the vertex...
2007-07-24 Brianadded missing OPCODE_ARL to TGSI_OPCODES[], added sanit...
2007-07-24 Brianadded code to test per-vertex colors
2007-07-24 BrianBasic fragment programs run now.
2007-07-24 Brianrebuild quad pipeline when framebuffer changes too
2007-07-24 Briansimple fragment shader test
2007-07-24 Brianuse enabled/linked fragment shader in preference to...
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-23 michalExecute fs tokens.
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-16 Oliver McFaddenr300: Corrected some progs/fp/* regressions from the...
2007-07-16 Oliver McFaddenr300: Use _mesa_num_inst_src_regs for number of arguments.
2007-07-16 Oliver McFaddenr300: Corrected vertprog FLR and XPD instruction regres...
2007-07-16 Oliver McFaddenr300: Added code for vertprog opcode ARL.
2007-07-16 Oliver McFaddenr300: Don't need vertprog scalar flag anymore; it's...
2007-07-16 Oliver McFaddenr300: Removed broken RCC vertprog opcode.
2007-07-16 Oliver McFaddenr300: More vertprog rework; give each opcode it's own...
2007-07-16 Oliver McFaddenRevert "r300: Gracefully exit after GART memory is...
2007-07-16 Oliver McFaddenr300: Reorder the vertprog code to the ARB specification.
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
2007-07-16 Roland Scheideggerfix segfault with i915 drivers in swrast drawpixels...
2007-07-16 Oliver McFaddenr300: Use the R300_PVS_UPLOAD_* defines.
2007-07-16 Oliver McFaddenr300: Added the clip plane upload defines.
2007-07-16 Oliver McFaddenr300: Enable the vertprog point size again.
2007-07-16 Oliver McFaddenr300: Corrected position bug with position invariant...
2007-07-16 Oliver McFaddenr300: Removed Vim modeline I left in the file by mistak...
2007-07-16 Oliver McFaddenr300: Make sure the modified value of u_temp_i is respe...
2007-07-16 Oliver McFaddenr300: Added a function for vertex program default opcod...
2007-07-16 Oliver McFaddenr300: Clean up the vertex program maximum length check.
2007-07-16 Oliver McFaddenr300: Corrected indenting in r300_vertprog.c.
2007-07-16 Oliver McFaddenr300: Major vertex program code clean up and rework.
2007-07-16 Oliver McFaddenr300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.
2007-07-15 Oliver McFaddenr300: Gracefully exit after GART memory is exhausted.
2007-07-14 Oliver McFaddenr300: Disable vertex program point size; it's almost...
2007-07-14 Oliver McFaddenr300: Clean up the vertex program output assignment.
2007-07-14 Patrice Mandinnouveau: nv10 and nv11,15 are different
2007-07-13 Jan Dvorakfix shader/info string length queries (bug 11588)
2007-07-13 BrianFix setup.light_twoside determination.
2007-07-13 Brianpress 'f' to toggle front-face winding
2007-07-13 BrianFix more polygon winding, culling confusion.
2007-07-13 BrianFix for-loop in interp() so we don't go out of bounds.
2007-07-13 Brianset INTERP_CONSTANT when appropriate
2007-07-13 Briancomments
2007-07-13 BrianEnable Keith's branch-less stipple code - it works.
2007-07-13 BrianAdd 'prim' field to quad so that stipple and aa coverag...
2007-07-13 BrianImplement AA points and AA coverage application in...
2007-07-13 Brianpress 's' to toggle smoothing
2007-07-13 BrianAdded basic occlusion counting
2007-07-13 Brianminor rename
2007-07-13 Ben SkeggsPlay "nuke the typedef"
2007-07-13 Keith WhitwellAdd conditional-free implementation (disabled, not...
2007-07-13 Keith WhitwellSimplify slightly.
2007-07-13 Oliver McFaddenRevert "r300: Corrected off-by-one error in r300_vertpr...
2007-07-13 Oliver McFaddenr300: Corrected off-by-one error in r300_vertprog.c.
2007-07-13 Oliver McFaddenr300: Moved some hardware initialization into appropria...
2007-07-13 Oliver McFaddenr300: Use a switch statement in r300UpdateCulling.
2007-07-13 Oliver McFaddenr300: Setup the back facing color bits correctly.
2007-07-13 Brianfix width/depth mix-up (bug 11577)
2007-07-12 Brianminor changes, comments about multiple color buffers...
2007-07-12 Brianfix swizzle-related bug 11534
2007-07-12 BrianAdd a quad 'bufloop' stage to handle glDrawBuffer(GL_FR...
2007-07-12 BrianXXX comment about skipping stipple for points/lines
2007-07-12 Brians/prim_setup/sp_draw_render_stage/, new comments
2007-07-12 BrianRemove dead code
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-12 Brianfront/back-face determination was wrong
2007-07-12 Brianculling was inverted
2007-07-12 Brianhandle edge flags for GL_POLYGONs
2007-07-12 Brianfix MIN/MAX mix-up
2007-07-12 Patrice Mandinnv20 also don't support viewport_origin, like nv10
2007-07-12 Ben Skeggsnouveau: match drm 0.0.9 interface
2007-07-11 Brianclean-up of stencil code
2007-07-11 BrianMinor clean-up of polygon offset logic. Properly comput...
2007-07-11 BrianImprove this demo in a few ways.
2007-07-11 Brianremove unused hw_data_offset
2007-07-11 Briandisable debug printfs
2007-07-11 Brianremove glDepthFunc(GL_LEQUAL) change from prev commit
2007-07-11 BrianFix broken depth offset.
2007-07-11 Tommy Schultz... r300: Added support for Back Facing Color.
2007-07-11 Tommy Schultz... r300: Corrected r300UpdateCulling; would only set font...
2007-07-11 BrianObsolete file.
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-11 Patrice Mandinnouveau: nv20 does not support hw scissors
2007-07-11 Keith WhitwellFix screen corruption on resize.
2007-07-11 Brianneed to clamp floats to [0,1] in write functions
2007-07-11 Brianfix stencil logic error, use proper front/back face...
2007-07-11 BrianCompute quad.facing from prim->det and polygon winding.
2007-07-11 Roland Scheideggerremove bogus assertion, change drawable updates
2007-07-11 Roland Scheideggerdrop some more code no longer needed
next