summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-09-20llvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTSBrian Paul
2010-09-20draw: fix test for using the wide-point stageBrian Paul
2010-09-20llvmpipe: implement sprite coord origin modesBrian Paul
2010-09-20llvmpipe: rename sprite field, add sprite_coord_originBrian Paul
2010-09-20llvmpipe: clean-up, comments in setup_point_coefficient()Brian Paul
2010-09-20llvmpipe: reformatting, remove trailing whitespace, etcBrian Paul
2010-09-20llvmpipe: indentation fixBrian Paul
2010-09-20llvmpipe: maintain fragment shader state for draw moduleBrian Paul
2010-09-17gallium/docs: added new pipeline.txt diagramBrian Paul
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-09-17gallium: better docs for pipe_rasterizer_state::sprite_coord_enableBrian Paul
2010-09-17r600g: alternative command stream building from contextJerome Glisse
2010-09-17r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck
2010-09-17r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck
2010-09-17r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck
2010-09-17r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck
2010-09-17r600g: Formatting fixes.Tilman Sauerbeck
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie
2010-09-17r600g: fixup map flushing.Dave Airlie
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: add winsys bo caching.Dave Airlie
2010-09-17r600g: add support for kernel boDave Airlie
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie
2010-09-16gallivm: Remove unnecessary header.Vinson Lee
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca
2010-09-16gallivm: Fix address register swizzle.José Fonseca
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák
2010-09-16llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell
2010-09-16gallivm: make lp_build_sample_nop publicKeith Whitwell
2010-09-16gallivm: move i32_vec_type inside the #ifdefBrian Paul
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul
2010-09-16nv50: get shader fixups/relocations into working stateChristoph Bumiller
2010-09-16nv50: don't segfault on shaders with 0 instructionsChristoph Bumiller
2010-09-16r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck
2010-09-16r600g: Fixed a bo leak in r600_blit_state_ps_shader().Tilman Sauerbeck
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu
2010-09-16r600g: fix texture bos and avoid doing depth blit on evergreenDave Airlie
2010-09-16r600g: fixup texture state on evergreen.Dave Airlie
2010-09-15nv50: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-15nv50: Silence uninitialized variable warnings.Vinson Lee