2007-02-26 |
Brian | fix logic for reporting errors |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | disable execute bit |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | fix error flagging |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | re-enable some code |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Merge branch 'glsl-compiler-1' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Remove old error logging code. New slang_log.[ch]... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Overhaul of error handling. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Overhaul of error logging. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Use new slang_emit_info struct for passing context... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Merge branch 'glsl-compiler-1' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | remove unneeded includes |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | update comments |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | fix bounds checking in get_register_pointer() |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | define and use MAX_PROGRAM_ADDRESS_REGS |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Add EnvParams field to gl_program_machine, avoid passin... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | simplify _mesa_get_program_register() |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | s/GetFragmentProgramRegister/GetProgramRegister/ |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | minor clean-ups in _mesa_execute_program() |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | remove 'maxInst' parameter from _mesa_execute_program() |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | remove unused 'element' parameter from _mesa_execute_pr... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | s/attribs/results/ |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | remove unused VaryingPtr |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Optimize the loop for copying output results. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | add texture rotation |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | only copy used outputs |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | output texcoord in vertex program |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | Revert "option to test mipmapping" |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | option to test mipmapping |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | add missing code for newer STATE_INTERNAL items |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Undo some changes to _mesa_UpdateTexEnvProgram(). ... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Outputs[] array wasn't large enough, define MAX_PROGRAM... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Remove unneeded _Fragment/VertexShaderPresent fields... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Use prog_execute.c to run vertex programs until t_vb_ar... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | remove comment |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Fix assertion in get_register_pointer(), fix EXP case. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | added ARL, EXP, LOG, relative indexing |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | add some missing cases in _mesa_program_state_string() |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | fix fog breakage |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | reindent |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | don't pass program ptr to fetch_vector[14]() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | Update DRI drivers for new glsl compiler. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | expose _mesa_load_tracked_matrices() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | added linux-dri-debug |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | SWvertex no longer has texcoord field, use attrib field... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | s/GLint/gl_state_index/, length is now 5 not 6 |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | s/GLint/gl_state_index/, length is now 5 not 6 |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | re-expose _mesa_print_alu_instruction() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | replace GLint with gl_state_index |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | comments, clean-up |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | remove unused slang_atom_pool_gen() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | added slang_label.c |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | comments, clean-up |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | Replace slang_ir_node::Target w/ Field. Remove Comment... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | remove old _slang_gen_if() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | Re-implement branching with slang_labels. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | label routines for implementing branches, jumps |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | debug code for emitting variable allocation comments |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | expose _mesa_swizzle_string() |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | glslcompiler build instructions |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | updated for vbo |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Remove obsolete files. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | New, unified interpretor/executor for vertex and fragme... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use _mesa_get_program_register() |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Use the new unified vertex/fragment program interpreter... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use new _mesa_execute_program() function |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | FORCE_PROG_EXECUTE_C cpp flag, misc changes |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | fix assertion |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | emit high-level IF/ELSE/ENDIF for vertex progs now |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | _mesa_ExecuteProgramNV is now a no-op |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | remove nvvertexec.c, add prog_execute.c |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use MAX_PROGRAM_ENV_PARAMS |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | added MAX_PROGRAM_ENV_PARAMS |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | added CallStack, StackDepth |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | remove unneeded #includes, misc clean-up |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | reorg/clean-up/indent |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | start implementing conditions, branching |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | get rid of some unused slang_variable fields |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Replace slang_allocate_storage() with simpler _slang_at... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | updated debug code |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Undo some STATE_POINT/FOG changes. Max length of state... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | XXX comments about shaders |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use ctx->VertexProgram._Current instead of ctx->VertexP... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_D... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | fix negative indentation problem |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Merge branch 'origin' into glsl-compiler-1 |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | updated info about arrays, predefined uniforms |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | disable debug |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | Use gl_LightSource[0].position intead of a light positi... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | fix copy&paste errors |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | more minor changes to STATE_ indexing |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | Reimplement the _slang_alloc_statevar() function. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | adjustments to STATE_ token layout/format so token... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | checkpoint overhaul of pre-defined uniform code |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | clean-up, move IR_ELEMENT code |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | alloc IR_FIELD's Storage in codegen, like IR_ELEMENT |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Ian Romanick | Merge branch 'master' of ssh+git://idr@git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Ian Romanick | Delete two invalid assertions. |
commit | commitdiff | tree | snapshot |
next |