summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-17Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...softpipe_0_1_branchBrian6-41/+2
2007-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell5-39/+0
2007-09-17silence warningBrian1-0/+1
2007-09-17update begin/end_query() functionsBrian1-4/+4
2007-09-17Fix linux-dri-x86 build.Michel Dänzer1-2/+2
2007-09-14intel_winsys: Fix intel_buffer_reference.Michel Daenzer1-3/+5
2007-09-14intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer2-20/+20
2007-09-11Implement query object interface.Brian14-84/+232
2007-09-10vertex feedback functionsBrian1-0/+72
2007-09-10merge buffer_unreference(), buffer_reference()Brian9-46/+45
2007-09-10clean-ups, commentsBrian1-6/+14
2007-09-10s/xm_softpipe.c/xm_winsys.c/Brian1-1/+1
2007-09-10RenameBrian1-0/+0
2007-09-10More work on vertex feedback / glRasterPos. Basic rasterpos works now.Brian10-7/+69
2007-09-10added st_cb_rasterpos.cBrian1-0/+1
2007-09-10plug in rasterpos/feedback codeBrian2-0/+3
2007-09-10glRasterPos functionBrian2-0/+383
2007-09-10move FLUSH_CURRENTBrian2-3/+3
2007-09-06Initial work for post-transformed vertex feedback buffers.Brian7-32/+93
2007-09-06Initial work for post-transform vertex feedback buffers.Brian1-0/+247
2007-09-06Move guts of glRasterPos down into T&L module.Brian5-530/+44
2007-09-06Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPo...Brian1-0/+508
2007-08-31move some protos from draw_vertex.h to draw_private.hBrian2-17/+16
2007-08-31Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian7-38/+51
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian8-207/+215
2007-08-30Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian6-26/+95
2007-08-30fix breakage from prev commitBrian1-1/+1
2007-08-30fix unhandled switch/case warningBrian1-0/+4
2007-08-30more usage infoBrian1-0/+2
2007-08-30test flat shading w/ clippingBrian2-0/+150
2007-08-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian8-57/+56
2007-08-30Fix lost edge flags problem when clipping.Brian2-2/+16
2007-08-30Sketch out per-vertex point size.Brian4-4/+31
2007-08-29Add p_compiler.h.michal1-0/+1
2007-08-29Break GL dependencies.michal1-1/+1
2007-08-29Break GL dependencies.michal1-2/+3
2007-08-29Break GL dependencies.michal2-32/+32
2007-08-29Break GL dependencies.michal1-105/+105
2007-08-29Fix ffs().michal1-2/+7
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell7-410/+513
2007-08-25add missing fileskeithw2-0/+195
2007-08-25fix frag vs vertex typokeithw1-2/+2
2007-08-25add names to tracked state atoms to improve debugkeithw17-1/+24
2007-08-25checkpoint in constant tracking reworkKeith Whitwell10-254/+134
2007-08-25remove unneeded dirty flagkeithw1-1/+1
2007-08-24code re-org, minor improvementsBrian1-6/+58
2007-08-24s/==/=/Brian1-1/+1
2007-08-24Fix fragment program color output mapping (0=depth, 1=color)Brian3-7/+7
2007-08-24check for USE_X86_ASM or SLANG_X86 in st_delete_program()Brian1-0/+2
2007-08-24set I915_NEW_VERTEX_FORMAT in calculate_vertex_layout(), fixes demos/texenvBrian1-0/+6