| Age | Commit message (Expand) | Author |
| 2007-08-31 | nouveau: add hw-dependent function to update modelview*projection matrix | Patrice Mandin |
| 2007-08-31 | move some protos from draw_vertex.h to draw_private.h | Brian |
| 2007-08-31 | Define attrib_format and interp_mode enum typedefs and use where appropriate. | Brian |
| 2007-08-31 | i965: Calculate the positional light in homogeneous coordinates. | Xiang, Haihao |
| 2007-08-31 | optimize 965 clip | Zou Nan hai |
| 2007-08-31 | i965: Take the upper limitation on LOD into account. | Xiang, Haihao |
| 2007-08-30 | Consolidate vertex-related code in new draw_vertex.c | Brian |
| 2007-08-30 | Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c | Brian |
| 2007-08-30 | fix breakage from prev commit | Brian |
| 2007-08-30 | fix unhandled switch/case warning | Brian |
| 2007-08-30 | Bug #10571: Fix 965 line clipping when neither vertex needs clipping. | David Moore |
| 2007-08-30 | In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t... | Brian |
| 2007-08-30 | Fix lost edge flags problem when clipping. | Brian |
| 2007-08-30 | Sketch out per-vertex point size. | Brian |
| 2007-08-30 | fix another occurence of movaps which might not be aligned | Roland Scheidegger |
| 2007-08-30 | s/movaps/movups/ (see bug 12216) | Brian |
| 2007-08-29 | Add p_compiler.h. | michal |
| 2007-08-29 | Break GL dependencies. | michal |
| 2007-08-29 | Break GL dependencies. | michal |
| 2007-08-29 | Break GL dependencies. | michal |
| 2007-08-29 | Break GL dependencies. | michal |
| 2007-08-29 | Fix ffs(). | michal |
| 2007-08-29 | i965: store read drawable info in intel_context. Some OpenGL | Xiang, Haihao |
| 2007-08-29 | i965: check NULL pointer. fix bug#12193 | Xiang, Haihao |
| 2007-08-29 | i965: samplers group in fours in WM_STATE. fix bug#9415 | Xiang, Haihao |
| 2007-08-28 | Add register defines for hw binning | Keith Packard |
| 2007-08-28 | i965: flush batch buffer when getting the maximum. This makes | Xiang, Haihao |
| 2007-08-27 | Split out vertex shader/cache/fetch functionality from draw_prim.c | Keith Whitwell |
| 2007-08-27 | nouveau: nv10: set total stride of vertex array for POS attribute | Patrice Mandin |
| 2007-08-25 | add missing files | keithw |
| 2007-08-25 | fix frag vs vertex typo | keithw |
| 2007-08-25 | add names to tracked state atoms to improve debug | keithw |
| 2007-08-25 | checkpoint in constant tracking rework | Keith Whitwell |
| 2007-08-25 | remove unneeded dirty flag | keithw |
| 2007-08-25 | nouveau: nv10: also set modelview0 matrix to identity | Patrice Mandin |
| 2007-08-25 | nouveau: nv10: add a scissor func, do not cache viewport settings | Patrice Mandin |
| 2007-08-25 | nouveau: nv10: properly set viewport and projection | Patrice Mandin |
| 2007-08-24 | code re-org, minor improvements | Brian |
| 2007-08-24 | s/==/=/ | Brian |
| 2007-08-24 | Fix fragment program color output mapping (0=depth, 1=color) | Brian |
| 2007-08-24 | check for USE_X86_ASM or SLANG_X86 in st_delete_program() | Brian |
| 2007-08-24 | set I915_NEW_VERTEX_FORMAT in calculate_vertex_layout(), fixes demos/texenv | Brian |
| 2007-08-24 | Add support for more surface types in sp_surface.c | Brian |
| 2007-08-24 | Hook-up SSE2 to VS. | michal |
| 2007-08-24 | Indent. Remove GL dependencies. Simplify. Add rtasm instructions. | michal |
| 2007-08-24 | Add tgsi_sse2. | michal |
| 2007-08-24 | remove deleted i915_state_fragprog.c | Brian |
| 2007-08-24 | fix a tracking of changed lighting state | Brian |
| 2007-08-24 | add some warnings about bitmaps/copypixels | Brian |
| 2007-08-24 | disable debug | keithw |