summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2011-01-15draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul
2011-01-15r600g: Remove the redundant radeon_new() prototype.Henri Verbeet
2011-01-15r600g: Fix some register value name typos.Henri Verbeet
2011-01-15r600g: Get rid of r600_translate_vertex_data_type().Henri Verbeet
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-15nvc0: try to swap immediates to first source tooChristoph Bumiller
2011-01-15nvc0: make sure all sources of the BIND op are distinctChristoph Bumiller
2011-01-15nvc0: update user vbufs on each draw callChristoph Bumiller
2011-01-15nvc0: enable early fragment tests where possibleChristoph Bumiller
2011-01-15nvc0: upload small buffers through the command bufferChristoph Bumiller
2011-01-15targets/egl-static: Assorted cleanups and fixes.Chia-I Wu
2011-01-15targets/egl: i965 needs libwsw.Chia-I Wu
2011-01-14r600g: compiler helper opcode fixes for evergreenAlex Deucher
2011-01-14r600g: pass r600_bc to some addition compiler helper functionsAlex Deucher
2011-01-14r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.Vinson Lee
2011-01-14r600g: add more missing instructions to r600_bc_get_num_operandsChristian König
2011-01-13r600g: Move declaration before code in r600_asm.c.Vinson Lee
2011-01-13r600g: rework literal handlingChristian König
2011-01-13r600g: merge alu groupsChristian König
2011-01-13r600g: implement replacing gpr with pv and psChristian König
2011-01-13r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König
2011-01-13r600g: rework bank swizzle codeChristian König
2011-01-13r600g: fix alu slot assignmentChristian König
2011-01-13r600g: optimize away CF ALU instructions even if type doesn't matchChristian König
2011-01-13nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller
2011-01-14draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu
2011-01-13targets/egl-static: Remove unnecessary header.Vinson Lee
2011-01-13r600g: Silence uninitialized variable warnings.Vinson Lee
2011-01-13scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.José Fonseca
2011-01-13scons: Build libOpenVG.dll & libEGL.dllJosé Fonseca
2011-01-13util: Undo spurious changes in last commit.José Fonseca
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca
2011-01-13egl: Improve driver selection.Chia-I Wu
2011-01-13egl: Simplify driver matching.Chia-I Wu
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
2011-01-13nvc0: disable calling of sw methods we don't implementBen Skeggs
2011-01-13nvc0: fix mp_stack_bo relocationBen Skeggs
2011-01-12noop: change var type to silence warningBrian Paul
2011-01-12r600g: also look at tex inst when for maximum gpu countChristian König
2011-01-12r600g: implement output modifiers and use them to further optimize LRPChristian König
2011-01-12r600g: use special constants for 0, 1, -1, 1.0f, 0.5f etcChristian König
2011-01-12r600g: optimize temp register handling for LRPChristian König
2011-01-12r600g: optimize away CF_INST_POPChristian König
2011-01-12r600g: make dumping of shaders an optionChristian König
2011-01-12r600g: fix alu dumpingChristian König
2011-01-12r600g: improve r600_bc_dumpChristian König
2011-01-12scons: Update windows build for vgapi->openvg rename.José Fonseca
2011-01-12scons: Fix build on systems without libOpenVG.soJosé Fonseca
2011-01-12scons: Updates for targets/egl-static.Chia-I Wu
2011-01-12targets/egl-static: New EGL target for scons.Chia-I Wu