summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-28Update comments.Michal Krol
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-28Use FREE and MALLOC instead of free and malloc.Michal Krol
2007-10-28Rework sse-utility function calls.Michal Krol
2007-10-28Declare temporaries in a more compact fashion.michal
2007-10-28Declare temporaries in a more compact fashion.michal
2007-10-28Control FS TGSI dumping with GALLIUM_DUMP_FS env variable.michal
2007-10-28Fix newlines.michal
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-27Enable SSE path.michal
2007-10-27Use PIPE_FORMAT in state tracker.michal
2007-10-27Refactor supported format queries.michal
2007-10-27Respect use_sse flag.michal
2007-10-27Fix SSE bug.michal
2007-10-27Add #ifs.michal
2007-10-27vertex_element::src_format needs 32 bits.michal
2007-10-27Respect use_sse flag.michal
2007-10-27Remove PIPE_FORMAT_COUNT references.michal
2007-10-27Enable SSE2 for fragment shaders.michal
2007-10-27Enable SSE2 for vertex shaders.michal
2007-10-27Fix YCBCR macro.michal
2007-10-27Fix alignment problems.michal
2007-10-27Remove GL dependencies.michal
2007-10-27Define destroy method called by softpipe's destructor.michal
2007-10-27Silence compiler warnings.michal
2007-10-27Silence compiler warnings.michal
2007-10-27Call quad stage destructors.michal
2007-10-27Remove llvm and sse2 dependencies.michal
2007-10-27Move format definitions from p_defines.h to p_format.h.michal
2007-10-27Add sse2_program to draw_vertex_shader.michal
2007-10-27Silence compiler warnings.michal
2007-10-27Remove llvm dependencies.michal
2007-10-27New comments, replace //-style with /* */Brian
2007-10-27indentation fixesBrian
2007-10-27s/GLbitfield/uint/Brian
2007-10-27remove #define MESA stuffBrian
2007-10-27s/256/TGSI_EXEC_NUM_IMMEDIATES/Brian
2007-10-27indentation fixesBrian
2007-10-27Comments about texture instructions and the src regsBrian
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-27ObsoleteBrian
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian
2007-10-27Move mesa_to_tgsi.[ch] into state tracker.Brian
2007-10-26Fix up handling of immediate values for TGSI shaders.Brian
2007-10-26turn off debug outputBrian
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-10-26Hold a stack of temporaries so that we can redeclare themZack Rusin
2007-10-26convert OPCODE_END -> TGSI_OPCODE_RETBrian
2007-10-26if we hit RET w/ empty call stack, haltBrian
2007-10-26Initial support for immediate values in TGSI programs.Brian