2007-10-01 |
Brian | don't crash in RasterPos if feedback not implemented yet |
commit | commitdiff | tree |
2007-10-01 |
Brian | disable debug printf |
commit | commitdiff | tree |
2007-10-01 |
Brian | don't crash when fog enabled, still not rendered correc... |
commit | commitdiff | tree |
2007-10-01 |
Brian | remove specular color assertion (the path works) |
commit | commitdiff | tree |
2007-10-01 |
Brian | fix a few vert/frag program items to get i915 driver... |
commit | commitdiff | tree |
2007-09-29 |
Brian | hack in some code to test loops, break |
commit | commitdiff | tree |
2007-09-29 |
Brian | Initial conditional execution support for loops and... |
commit | commitdiff | tree |
2007-09-29 |
Brian | remove unused tgsi_exec_cond_* types |
commit | commitdiff | tree |
2007-09-29 |
Brian | temporary hack to test nested conditionals |
commit | commitdiff | tree |
2007-09-29 |
Brian | Initial implementation of IF/ELSE/ENDIF using condition... |
commit | commitdiff | tree |
2007-09-29 |
Brian | fix bug causing unnecessary translations |
commit | commitdiff | tree |
2007-09-28 |
Brian | remove old debug code, fix warning |
commit | commitdiff | tree |
2007-09-28 |
Brian | fix st_use_program() |
commit | commitdiff | tree |
2007-09-28 |
Brian | Instead of linked program pairs, keep a list of vertex... |
commit | commitdiff | tree |
2007-09-28 |
Brian | Use texture->first_level, not 0, when not mipmapping. |
commit | commitdiff | tree |
2007-09-28 |
José Fonseca | Gallium's doxygen documentation. |
commit | commitdiff | tree |
2007-09-28 |
José Fonseca | Update x86's static and profile configs. |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Use sse only if GALLIUM_SSE is defined |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Redoing the way we handle vertex shaders for the draw... |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Remove gl dependency from the x86 assembler code |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Revert "Redoing the way we handle vertex shaders for... |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Revert "Use sse only if GALLIUM_SSE is defined" |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Use sse only if GALLIUM_SSE is defined |
commit | commitdiff | tree |
2007-09-28 |
Zack Rusin | Redoing the way we handle vertex shaders for the draw... |
commit | commitdiff | tree |
2007-09-27 |
Brian | set miptree pitch to region pitch after allocating... |
commit | commitdiff | tree |
2007-09-27 |
Brian | comments |
commit | commitdiff | tree |
2007-09-27 |
keithw | remove dead code |
commit | commitdiff | tree |
2007-09-27 |
keithw | reduced debug |
commit | commitdiff | tree |
2007-09-27 |
Keith Whitwell | Fix some compiler warnings with -pedantic |
commit | commitdiff | tree |
2007-09-27 |
Keith Whitwell | Enable codegen based whenever __i386__ is defined. |
commit | commitdiff | tree |
2007-09-27 |
keithw | fix merge |
commit | commitdiff | tree |
2007-09-27 |
Keith Whitwell | disable debug |
commit | commitdiff | tree |
2007-09-27 |
keithw | restore primitive trimming in sp_draw_arrays.c |
commit | commitdiff | tree |
2007-09-27 |
Keith Whitwell | Make flushing more lazy in the draw module. |
commit | commitdiff | tree |
2007-09-27 |
keithw | Use Gallium in the renderer string |
commit | commitdiff | tree |
2007-09-27 |
Brian | Do image flipping in do_copy_texsubimage() and GL pixel... |
commit | commitdiff | tree |
2007-09-27 |
Brian | fallback_copy_texsubimage() basically works now (at... |
commit | commitdiff | tree |
2007-09-27 |
Brian | added a8r8g8b8_put_tile() |
commit | commitdiff | tree |
2007-09-27 |
Brian | don't use scissored bounds in _mesa_clip_copytexsubimage() |
commit | commitdiff | tree |
2007-09-26 |
Brian | More work on glCopyTexSubImage. |
commit | commitdiff | tree |
2007-09-26 |
Brian | checkpoint: glCopyTexImage work |
commit | commitdiff | tree |
2007-09-26 |
Brian | s/_mesa_copy_rect/copy_rect/ |
commit | commitdiff | tree |
2007-09-26 |
Brian | Added new _mesa_clip_copytexsubimage() function to... |
commit | commitdiff | tree |
2007-09-26 |
Brian | check for _NEW_PROGRAM mesa state (fixes arbfplight) |
commit | commitdiff | tree |
2007-09-26 |
Brian | better debugging |
commit | commitdiff | tree |
2007-09-25 |
Brian | comments, null ptr checks, etc. |
commit | commitdiff | tree |
2007-09-25 |
Brian | don't apply pixelzoom to bitmaps |
commit | commitdiff | tree |
2007-09-25 |
Brian | st_draw_vertices() no longer needs attribs[] array... |
commit | commitdiff | tree |
2007-09-25 |
Brian | Simple implementation of glBitmap rendering. |
commit | commitdiff | tree |
2007-09-25 |
Brian | re-org/prep for glBitmap |
commit | commitdiff | tree |
2007-09-25 |
Brian | clean-up #includes |
commit | commitdiff | tree |
2007-09-25 |
Brian | better debug output |
commit | commitdiff | tree |
2007-09-25 |
Brian | include programopt.h |
commit | commitdiff | tree |
2007-09-25 |
Brian | Disable vertex shader fog, compute fog in fragment... |
commit | commitdiff | tree |
2007-09-25 |
Brian | some clean-up of ST_NEW_ shader flags |
commit | commitdiff | tree |
2007-09-25 |
Brian | disable TGSI_DEBUG |
commit | commitdiff | tree |
2007-09-25 |
Brian | replaced by st_atom_shader.c |
commit | commitdiff | tree |
2007-09-25 |
Brian | Translate mesa vertex/fragment programs to TGSI program... |
commit | commitdiff | tree |
2007-09-25 |
Brian | translate Mesa programs to TGSI programs (formerly... |
commit | commitdiff | tree |
2007-09-25 |
Brian | vertex/fragment shader state and linking |
commit | commitdiff | tree |
2007-09-25 |
Brian | test for presence of both front and back color vertex... |
commit | commitdiff | tree |
2007-09-25 |
Brian | remove unused lookup array |
commit | commitdiff | tree |
2007-09-25 |
Keith Whitwell | First attempt at building vertex buffers post-clip. |
commit | commitdiff | tree |
2007-09-25 |
keithw | turn off shader debug |
commit | commitdiff | tree |
2007-09-25 |
keithw | test against -1 for front/back attrib |
commit | commitdiff | tree |
2007-09-24 |
michal | Enable SSE2 for FS. |
commit | commitdiff | tree |
2007-09-24 |
Zack Rusin | In here we actually do want to assign it. Fix compilation. |
commit | commitdiff | tree |
2007-09-21 |
Brian | invert draw_vertex_cache_check_space() |
commit | commitdiff | tree |
2007-09-21 |
Brian | added PSIZE |
commit | commitdiff | tree |
2007-09-21 |
Brian | fix some post-transform vertex layout issues (bcolors... |
commit | commitdiff | tree |
2007-09-21 |
Brian | Fix up some point size breakage. Start on fogcoord... |
commit | commitdiff | tree |
2007-09-21 |
Brian | reenable some clear code that was temporarily disabled |
commit | commitdiff | tree |
2007-09-21 |
Brian | remove debug printfs |
commit | commitdiff | tree |
2007-09-21 |
Brian | comments |
commit | commitdiff | tree |
2007-09-21 |
Brian | use VERT_ATTRIB_MAX for loop limit |
commit | commitdiff | tree |
2007-09-21 |
Brian | remove SEMANTIC_TEXCOORD |
commit | commitdiff | tree |
2007-09-21 |
Brian | Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM... |
commit | commitdiff | tree |
2007-09-21 |
Brian | rename index var from i to attr, use FRAG_ATTRIB_MAX... |
commit | commitdiff | tree |
2007-09-21 |
Brian | minor renaming |
commit | commitdiff | tree |
2007-09-21 |
Brian | pass vs output semantics to tgsi_mesa_compile_vp_progra... |
commit | commitdiff | tree |
2007-09-21 |
Brian | fix in/out typos |
commit | commitdiff | tree |
2007-09-21 |
Brian | Pass vertex program input semantics into tgsi_mesa_comp... |
commit | commitdiff | tree |
2007-09-21 |
Brian | fix 1/i typos |
commit | commitdiff | tree |
2007-09-21 |
José Fonseca | Fix the doxygen target in the top-level Makefile. |
commit | commitdiff | tree |
2007-09-21 |
Zack Rusin | Convert i915 to use cso semantics of alpha_test. |
commit | commitdiff | tree |
2007-09-21 |
Zack Rusin | Make the alpha test state a cso. |
commit | commitdiff | tree |
2007-09-21 |
Zack Rusin | Silence a few warnings. |
commit | commitdiff | tree |
2007-09-21 |
Brian | remove :5 form format field in pipe_surface, makes... |
commit | commitdiff | tree |
2007-09-20 |
Brian | remove old code in src_vector() |
commit | commitdiff | tree |
2007-09-20 |
Brian | Clean-up the TGSI_SEMANTIC tokens, introduce semantic... |
commit | commitdiff | tree |
2007-09-20 |
Brian | remove old/used code |
commit | commitdiff | tree |
2007-09-20 |
Brian | remove lots of dead code related to program input/outpu... |
commit | commitdiff | tree |
2007-09-20 |
Brian | obsolete |
commit | commitdiff | tree |
2007-09-20 |
Brian | remove #includes of tgsi_attribs.h |
commit | commitdiff | tree |
2007-09-20 |
Brian | checkpoint: TGSI_ATTRIB_x tokens no longer used |
commit | commitdiff | tree |
2007-09-20 |
Brian | Checkpoint: vertex attribute clean-up. |
commit | commitdiff | tree |
2007-09-20 |
Brian | Always update st->state.vs, not just when the program... |
commit | commitdiff | tree |
2007-09-20 |
Brian | remove unused lookup[] |
commit | commitdiff | tree |
2007-09-20 |
Brian | fix input/output typos |
commit | commitdiff | tree |
2007-09-20 |
Zack Rusin | Cache the i915 sampler state. |
commit | commitdiff | tree |
next |