2007-09-25 |
Brian | Disable vertex shader fog, compute fog in fragment... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | some clean-up of ST_NEW_ shader flags |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | disable TGSI_DEBUG |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | replaced by st_atom_shader.c |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | Translate mesa vertex/fragment programs to TGSI program... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | translate Mesa programs to TGSI programs (formerly... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | vertex/fragment shader state and linking |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | test for presence of both front and back color vertex... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | remove unused lookup array |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Keith Whitwell | First attempt at building vertex buffers post-clip. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
keithw | turn off shader debug |
commit | commitdiff | tree | snapshot |
2007-09-25 |
keithw | test against -1 for front/back attrib |
commit | commitdiff | tree | snapshot |
2007-09-24 |
michal | Enable SSE2 for FS. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zack Rusin | In here we actually do want to assign it. Fix compilation. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | invert draw_vertex_cache_check_space() |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | added PSIZE |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | fix some post-transform vertex layout issues (bcolors... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | Fix up some point size breakage. Start on fogcoord... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | reenable some clear code that was temporarily disabled |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | remove debug printfs |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian | use VERT_ATTRIB_MAX for loop limit |
commit | commitdiff | tree | snapshot |
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 |
next |