2011-01-14 |
Alex Deucher | r600g: compiler helper opcode fixes for evergreen |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Alex Deucher | r600g: pass r600_bc to some addition compiler helper... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Vinson Lee | generate_builtins.py: Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Vinson Lee | generate_builtins.py: Fix builds using Python 2.5. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Eric Anholt | i965: Replace broken handling of dead code with an... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Eric Anholt | i965: Add an invalidation of live intervals after regis... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Eric Anholt | mesa: Simplify _mesa_base_fbo_format by making it excep... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Eric Anholt | mesa: Add channel-wise copy propagation to ir_to_mesa. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Eric Anholt | i915: Fix compiler warning from sw fallback removal... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Vinson Lee | r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_IN... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Kristian Høgsberg | gles2: Also support GL_BGRA_EXT for glTexSubImage2d |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Christian König | r600g: add more missing instructions to r600_bc_get_num... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chia-I Wu | egl: Fix EGL_VERSION string. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chia-I Wu | egl: Fix an assertion in _eglUpdateAPIsString. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Dave Airlie | i965: fix fbo-srgb on i965. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Dave Airlie | srgb: fix fbo base format picking. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chad Versace | i915: Disable extension OES_standard_derivatives |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chad Versace | mesa: Change OES_standard_derivatives to be stand-alone... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | r600g: Move declaration before code in r600_asm.c. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: rework literal handling |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: merge alu groups |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: implement replacing gpr with pv and ps |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ian Romanick | glsl: Emit errors or warnings when 'layout' is used... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ian Romanick | glsl: Allow 'in' and 'out' when 'layout' is also available |
commit | commitdiff | tree | snapshot |
2011-01-13 |
José Fonseca | scons: Fix cross-compilation. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: rework bank swizzle code |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: fix alu slot assignment |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christian König | r600g: optimize away CF ALU instructions even if type... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Christoph Bumiller | nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chia-I Wu | draw: Fix an off-by-one bug in a vsplit assertion. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | i965: Remove unnecessary headers. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | targets/egl-static: Remove unnecessary header. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | r600g: Silence uninitialized variable warnings. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | mesa: Add missing break statement in SARGB8 case. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | egl: need stdio.h for non-Windows build too to avoid... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Paulo Zanoni | dri_util: fail driCreateNewScreen if InitScreen is... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
José Fonseca | scons: Ensure the OpenVG/EGL import libs are also prefi... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
José Fonseca | scons: Build libOpenVG.dll & libEGL.dll |
commit | commitdiff | tree | snapshot |
2011-01-13 |
José Fonseca | util: Undo spurious changes in last commit. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
José Fonseca | util: Don't limit debug_printf message length on unices. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chia-I Wu | egl: Improve driver selection. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chia-I Wu | egl: Simplify driver matching. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chia-I Wu | egl: Cleanup _EGLDisplay initialization. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | glsl/s_expression: Read and ignore Scheme-style comments. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | glsl/builtins: Remove unnecessary (constant bool (1... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | ir_reader: Make assignment conditions optional. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | ir_reader: Convert to a class. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | ir_reader: Combine the three dereference reading functi... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | ir_reader: Relax requirement that function arguments... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | ir_reader: Remove s_list::length() method. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | ir_reader: Add a pattern matching system and use it... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Dave Airlie | mesa/srgb: handle SARGB8 case in the sw fbo renderer. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Fredrik Höglund | st/mesa: fix a regression from cae2bb76 |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ben Skeggs | nvc0: disable calling of sw methods we don't implement |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Dave Airlie | mesa/fbo: prevent assert trigger on i965 with piglit... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ben Skeggs | nvc0: fix mp_stack_bo relocation |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | mesa: Move loop variable declarations outside for loop... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | mesa: check for dummy renderbuffer in _mesa_Framebuffer... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | mesa: don't assert in GetIntegerIndexed, etc |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | mesa: fix num_draw_buffers==0 in fixed-function fragmen... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | glsl: remove trailing comma to silence warning |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Brian Paul | noop: change var type to silence warning |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kenneth Graunke | glsl/Makefile: Fix build with --as-needed. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Vinson Lee | mesa: Move declaration before code in extensions.c. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chad Versace | mesa: Change OES_point_sprite to depend on ARB_point_sprite |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chad Versace | mesa: Change dependencies of some OES extension strings |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chad Versace | mesa: Add/remove extensions in extension string |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chad Versace | mesa: Refactor handling of extension strings |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Ian Romanick | glsl: Track variable usage, use that to enforce semantics |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Eric Anholt | i965/fs: Do flat shading when appropriate. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: also look at tex inst when for maximum gpu count |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Vinson Lee | generate_builtins.py: Add missing import. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Eric Anholt | meta: Actually use mipmapping when generating mipmaps. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Eric Anholt | i965: Clarify when we need to (re-)calculate live inter... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: implement output modifiers and use them to furth... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: use special constants for 0, 1, -1, 1.0f, 0... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: optimize temp register handling for LRP |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: optimize away CF_INST_POP |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: make dumping of shaders an option |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: fix alu dumping |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Christian König | r600g: improve r600_bc_dump |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Eric Anholt | i965/vs: When MOVing to produce ABS, strip negate of... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Eric Anholt | i965/fs: When producing ir_unop_abs of an operand,... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
José Fonseca | glsl: Make builtin_compiler build on Windows with MSVC. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
José Fonseca | glsl: Make builtin_compiler portable for non-unices. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
José Fonseca | getopt: Make code more portable. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
José Fonseca | getopt: Import OpenBSD getopt implementation for MSVC. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
José Fonseca | scons: Update windows build for vgapi->openvg rename. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
José Fonseca | scons: Fix build on systems without libOpenVG.so |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chia-I Wu | egl: When EGL_DRIVER is set, do not add other drivers. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chia-I Wu | egl: libEGL depends on LOCAL_LIBS. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chia-I Wu | egl_dri2: Fix eglGetProcAddress. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chia-I Wu | scons: Updates for targets/egl-static. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chia-I Wu | targets/egl-static: New EGL target for scons. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Kenneth Graunke | glsl: Add type inference support for remaining expressi... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Eric Anholt | i965: Tighten up the check for flow control interfering... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Christian König | r600g: texture instructions also work fine with TGSI_FI... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Christian König | r600g: DP4 also supports writemasking |
commit | commitdiff | tree | snapshot |
next |