2007-10-09 |
Brian | update some comments |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Brian | More work on flow control for CAL/RET. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Brian | New ATTRIB interpolation type for vertex program inputs... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Brian | Don't emit semantic info for vertex program inputs. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Brian | Use linked fragment shader inputs (if present) to deter... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | use different temps in exec_tex() for bias |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | updated comments |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | Add outputs_written bitfield to pipe_shader_state,... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | Move XSTDCALL definition to p_compiler.h |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | handle frag progs that write Z |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | basic support for reading GL_DEPTH_COMPONENT |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | added s8z24_get_tile() |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | fix eq/neq bugs |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | fix f/u mix-up in micro_trunc() |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | move TEX code into exec_tex() |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Michel Dänzer | Some minor cleanups. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Michel Dänzer | Double amount of memory allocated for generated shader... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Michel Dänzer | Track fragment and vertex shader code generation via... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Michel Dänzer | intel_winsys: Adapt to DRM changes (again). |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zack Rusin | In vertex shaders also expect the template to be stack... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zack Rusin | Unify the definitions of the 4 component dot product... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zack Rusin | Unify handling of userplanes and regular planes to... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zack Rusin | Get rid of ST_NEW_SHADER flag and the dependency on... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zack Rusin | Explain a little better what we're doing here. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zack Rusin | Make softpipe behave more like a real driver by always... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Brian | Implement/use fragment kill results |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Implement TGSI_OPCODE_SNE with micro_ne() |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Separate TGSI_OPCODE_KIL and TGSI_OPCODE_KILP (predicated). |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | assert that program length > 1 (some code, plus END) |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | added MESA_FORMAT_Z16 in st_mesa_format_to_pipe_format... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Generate a texenv fragment program if there's a GLSL... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Push mask stacks upon CAL, pop upon RET. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | added license and interpreter comments |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Implement CONT statement. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | added micro_trunc(), re-order some code |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Minor optimization: no-op CAL when ExecMask==0x0. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Added TGSI_FILE_OUTPUT case in fetch_src_file_channel(). |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Implement CAL/RET and a call stack for subroutines. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Added TGSI_OPCODE_END |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Fold expand_program() into tgsi_exec_prepare() |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | no more need for tgsi_exec_machine_run2(), remove dead... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | Move tgsi machine state init/allocations so they're... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | checkpoint: unpack all instructions before interpretati... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Brian | comments/code for min/max_lod - revisit someday |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | use i915_miptree_layout when using an i915 |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | avoid updating vertex format when it doesn't really... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | don't crash in RasterPos if feedback not implemented yet |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | disable debug printf |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | don't crash when fog enabled, still not rendered correc... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | remove specular color assertion (the path works) |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Brian | fix a few vert/frag program items to get i915 driver... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Brian | hack in some code to test loops, break |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Brian | Initial conditional execution support for loops and... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Brian | remove unused tgsi_exec_cond_* types |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Brian | temporary hack to test nested conditionals |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Brian | Initial implementation of IF/ELSE/ENDIF using condition... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Brian | fix bug causing unnecessary translations |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Brian | remove old debug code, fix warning |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Brian | fix st_use_program() |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Brian | Instead of linked program pairs, keep a list of vertex... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Brian | Use texture->first_level, not 0, when not mipmapping. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
José Fonseca | Gallium's doxygen documentation. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
José Fonseca | Update x86's static and profile configs. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Use sse only if GALLIUM_SSE is defined |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Redoing the way we handle vertex shaders for the draw... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Remove gl dependency from the x86 assembler code |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Revert "Redoing the way we handle vertex shaders for... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Revert "Use sse only if GALLIUM_SSE is defined" |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Use sse only if GALLIUM_SSE is defined |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Zack Rusin | Redoing the way we handle vertex shaders for the draw... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian | set miptree pitch to region pitch after allocating... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-09-27 |
keithw | remove dead code |
commit | commitdiff | tree | snapshot |
2007-09-27 |
keithw | reduced debug |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Keith Whitwell | Fix some compiler warnings with -pedantic |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Keith Whitwell | Enable codegen based whenever __i386__ is defined. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
keithw | fix merge |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Keith Whitwell | disable debug |
commit | commitdiff | tree | snapshot |
2007-09-27 |
keithw | restore primitive trimming in sp_draw_arrays.c |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Keith Whitwell | Make flushing more lazy in the draw module. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
keithw | Use Gallium in the renderer string |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian | Do image flipping in do_copy_texsubimage() and GL pixel... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian | fallback_copy_texsubimage() basically works now (at... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian | added a8r8g8b8_put_tile() |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian | don't use scissored bounds in _mesa_clip_copytexsubimage() |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian | More work on glCopyTexSubImage. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian | checkpoint: glCopyTexImage work |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian | s/_mesa_copy_rect/copy_rect/ |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian | Added new _mesa_clip_copytexsubimage() function to... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian | check for _NEW_PROGRAM mesa state (fixes arbfplight) |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian | better debugging |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | comments, null ptr checks, etc. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | don't apply pixelzoom to bitmaps |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | st_draw_vertices() no longer needs attribs[] array... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | Simple implementation of glBitmap rendering. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | re-org/prep for glBitmap |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | clean-up #includes |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian | better debug output |
commit | commitdiff | tree | snapshot |
next |