2007-09-21 |
Brian | remove SEMANTIC_TEXCOORD |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | rename index var from i to attr, use FRAG_ATTRIB_MAX... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | minor renaming |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | pass vs output semantics to tgsi_mesa_compile_vp_progra... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | fix in/out typos |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | Pass vertex program input semantics into tgsi_mesa_comp... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | fix 1/i typos |
commit | commitdiff | tree | snapshot |
2007-09-21 |
José Fonseca | Fix the doxygen target in the top-level Makefile. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zack Rusin | Convert i915 to use cso semantics of alpha_test. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zack Rusin | Make the alpha test state a cso. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zack Rusin | Silence a few warnings. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | remove :5 form format field in pipe_surface, makes... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | remove old code in src_vector() |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | Clean-up the TGSI_SEMANTIC tokens, introduce semantic... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | remove old/used code |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | remove lots of dead code related to program input/outpu... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | obsolete |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | remove #includes of tgsi_attribs.h |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | checkpoint: TGSI_ATTRIB_x tokens no longer used |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | Checkpoint: vertex attribute clean-up. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | Always update st->state.vs, not just when the program... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | remove unused lookup[] |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | fix input/output typos |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Cache the i915 sampler state. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Make the rasterizer state in i915 use the cso semantics. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Allow drivers to cache the template in case they want to |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Rewrite the depth_stencil state handling in i915. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Fix failover state binding and convert the sampler... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Convert depth_stencil state to the new semantics. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Zack Rusin | Switch fragment/vertex shaders to the new caching seman... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Brian | Checkpoint: replacement of TGSI_ATTRIB_x tokens with... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
José Fonseca | Update linux-profile config. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Fix a really stupid mistake that Michel hit. Return... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Michel Dänzer | Fix window resizes. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Michel Dänzer | Pad surface dimensions to multiples of 2. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Adding proper includes often helps with the warnings, |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Avoid redundant reallocation of the template. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Convert the rasterizer cso to the new semantics. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Convert the i915 driver blend state to the new semantics. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Redo the cso cache to map driver data in a lot more... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Brian | grab vertex program pointer after state validation |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Michel Dänzer | Only generate vertex shader code when necessary. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Zack Rusin | Finish up conversions of shaders to immutable objects. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Brian | Checkpoint: rework shader input/output register mapping. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Brian | temporarily set the FRAG_BIT_FOGC bit in InputsRead... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Michel Dänzer | intel_winsys: Disable scheduled buffer swaps for now. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Michel Dänzer | Fix linux-dri-x86 target. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Brian | use perspective projection, press r/R to rotate the... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Brian | Fix some issues with perspective-corrected interpolation. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Brian | additional comments for tri_persp_coeff() |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Convert shader to an immutable state object. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Add emacs dirvars file with Mesa indention definition. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Finishing up rename of the setup state to the rasterize... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | move cso cache to the pipe directory |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Fix a silly bug on setting samplers. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | converting the setup state to immutable object and... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Combing depth and stencil objects and making them immut... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Fix the warning. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Make sampler an immutable state object. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | Implementing a better hash, removing state_tracker... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Zack Rusin | First stab at immutable state objects (create/bind... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_* |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | Plug in selection/feedback code. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | selection/feedback support |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | s/bugmgr/bufgr/ |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Keith Whitwell | Remove non-meaningful region_idle() interface |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | silence warning |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brian | update begin/end_query() functions |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Michel Dänzer | Fix linux-dri-x86 build. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Michel Daenzer | intel_winsys: Fix intel_buffer_reference. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Michel Daenzer | intel_winsys: Adapt to recent drm changes (s/pipes... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Brian | Implement query object interface. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | vertex feedback functions |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | merge buffer_unreference(), buffer_reference() |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | clean-ups, comments |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | s/xm_softpipe.c/xm_winsys.c/ |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | Rename |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | More work on vertex feedback / glRasterPos. Basic... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | added st_cb_rasterpos.c |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | plug in rasterpos/feedback code |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | glRasterPos function |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian | move FLUSH_CURRENT |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian | Initial work for post-transformed vertex feedback buffers. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian | Initial work for post-transform vertex feedback buffers. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian | Move guts of glRasterPos down into T&L module. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian | Move guts of glRasterPos into tnl module, called via... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Brian | move some protos from draw_vertex.h to draw_private.h |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Brian | Define attrib_format and interp_mode enum typedefs... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | Consolidate vertex-related code in new draw_vertex.c |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | fix breakage from prev commit |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | fix unhandled switch/case warning |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | more usage info |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | test flat shading w/ clipping |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | In draw_flatshade.c use vertex_info->interp_mode[]... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | Fix lost edge flags problem when clipping. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Brian | Sketch out per-vertex point size. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
michal | Add p_compiler.h. |
commit | commitdiff | tree | snapshot |
next |