summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-24In here we actually do want to assign it. Fix compilation.Zack Rusin
2007-09-21invert draw_vertex_cache_check_space()Brian
2007-09-21added PSIZEBrian
2007-09-21fix some post-transform vertex layout issues (bcolors, psize emitted lastBrian
2007-09-21Fix up some point size breakage. Start on fogcoord too.Brian
2007-09-21reenable some clear code that was temporarily disabledBrian
2007-09-21remove debug printfsBrian
2007-09-21commentsBrian
2007-09-21use VERT_ATTRIB_MAX for loop limitBrian
2007-09-21remove SEMANTIC_TEXCOORDBrian
2007-09-21Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.Brian
2007-09-21rename index var from i to attr, use FRAG_ATTRIB_MAX instead of 16Brian
2007-09-21minor renamingBrian
2007-09-21pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output...Brian
2007-09-21fix in/out typosBrian
2007-09-21Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to pr...Brian
2007-09-21fix 1/i typosBrian
2007-09-21Fix the doxygen target in the top-level Makefile.José Fonseca
2007-09-21Convert i915 to use cso semantics of alpha_test.Zack Rusin
2007-09-21Make the alpha test state a cso.Zack Rusin
2007-09-21Silence a few warnings.Zack Rusin
2007-09-20remove :5 form format field in pipe_surface, makes no difference at this timeBrian
2007-09-20remove old code in src_vector()Brian
2007-09-20Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian
2007-09-20remove old/used codeBrian
2007-09-20remove lots of dead code related to program input/output mappingBrian
2007-09-20obsoleteBrian
2007-09-20remove #includes of tgsi_attribs.hBrian
2007-09-20checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-09-20Always update st->state.vs, not just when the program is dirty.Brian
2007-09-20remove unused lookup[]Brian
2007-09-20fix input/output typosBrian
2007-09-20Cache the i915 sampler state.Zack Rusin
2007-09-20Make the rasterizer state in i915 use the cso semantics.Zack Rusin
2007-09-20Allow drivers to cache the template in case they want toZack Rusin
2007-09-20Rewrite the depth_stencil state handling in i915.Zack Rusin
2007-09-20Fix failover state binding and convert the sampler to use the newZack Rusin
2007-09-20Convert depth_stencil state to the new semantics.Zack Rusin
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-19Update linux-profile config.José Fonseca
2007-09-19Fix a really stupid mistake that Michel hit. Return proper hash.Zack Rusin
2007-09-19Fix window resizes.Michel Dänzer
2007-09-19Pad surface dimensions to multiples of 2.Michel Dänzer
2007-09-19Adding proper includes often helps with the warnings,Zack Rusin
2007-09-19Avoid redundant reallocation of the template.Zack Rusin
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
2007-09-19Convert the i915 driver blend state to the new semantics.Zack Rusin
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin