summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
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] into state tracker.Brian
2007-10-26Fix up handling of immediate values for TGSI shaders.Brian
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
2007-10-26Get basic function calls working in the shaders.Zack Rusin
2007-10-26Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. ShortenZack Rusin
2007-10-26Make ret part of the instruction block instead of implicitelyZack Rusin
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25clean-up, simplify some tile code, more to comeBrian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-25tex commentsBrian
2007-10-25added some commentsBrian
2007-10-25update TILE_TOP/BOTTOM_* values to match softpipeBrian
2007-10-25s/GLfloat/float/, s/GLint/int/, etcBrian
2007-10-25Briefly describe the buffer management interface.José Fonseca
2007-10-25Implement loopsZack Rusin
2007-10-25Fix nested swizzles. Actually fetch the destination contentsZack Rusin
2007-10-25Fix nested conditionalsZack Rusin
2007-10-25Implement else ops.Zack Rusin
2007-10-25set vcache.referenced bit alwayskeithw
2007-10-24Make branching work :) Simply allow output variables as validZack Rusin
2007-10-24Simplify branch handling. Prepare for proper decleration extraction.Zack Rusin
2007-10-24Revert "Undo indexOffset change (I think, git???)"Brian
2007-10-24Undo indexOffset change (I think, git???)Brian