summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-17Merge branch 'softpipe_0_1_branch' of ↵softpipe_0_1_branchBrian6-41/+2
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
2007-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell5-39/+0
This is already handled by the semanics of map(), etc.
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
Correctly clear the pointer to the old buffer (not sure how this could build at all before...) and only reference the new one when its pointer is non-NULL.
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
This replaces the temporary occlusion counter functions we had before. Added new ctx->Driver.WaitQuery() function which should block until the result is ready. Sketch out some code for vertex transformation feedback counters.
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
This will be used for: GL_NV_transform_feedback, or similar GL3 functionality glRasterPos GL selection/feedback modes
2007-09-06Initial work for post-transform vertex feedback buffers.Brian1-0/+247
This will be used for: GL_NV_transform_feedback, or GL3 equivalent. RasterPos GL select/feedback modes
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 ↵Brian1-0/+508
ctx->Driver.RasterPos() function.
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
A few functions which were basically duplicated between softpipe and the i915 driver are now re-used: draw_emit_vertex_attr() draw_compute_vertex_size()
2007-08-30Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian6-26/+95
Added a new draw_set_twoside_attributes() function for specifying which vertex attributes are to be copied/replaced when a polygon is back-facing.
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 ↵Brian8-57/+56
to cpy. One less dependency on the TGSI_ATTRIB_x flags. This requires setting the vertex_info->interp_mode[] values in the i915 driver and passing them to draw_set_vertex_attributes().
2007-08-30Fix lost edge flags problem when clipping.Brian2-2/+16
In emit_poly() we need to compute header.edgeflags from the vertex edge flags. Also need to set header.det so later stages can determine front/back orientation.
2007-08-30Sketch out per-vertex point size.Brian4-4/+31
The code is all in place, but mostly disabled for now: In t_vp_build.c, write the VERT_RESULT_PSIZE register In sp_state_derived.c, need to emit vertex point size if drawing points. In setup_point() use the point size from the vertex.
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