2012-05-24 |
Tom Stellard | radeon/llvm: Lower UDIV using the Selection DAG |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove auto-generated AMDIL->ISA conversio... |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL instructions MULHI, SMUL |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL bitshift instructions (SHL... |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL FTOI and ITOF instructions |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL EXP* instructions |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL ADD instructions |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL binary instrutions (OR, AND... |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDILMachinePeephole pass |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL CMP instructions and associat... |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL ROUND_NEAREST instruction |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Remove AMDIL ROUND_POSINF instruction |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Add custom SDNode for FRACT |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Use -1 as true value for SET* integer... |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UI... |
commit | commitdiff | tree |
2012-05-24 |
Tom Stellard | radeon/llvm: Avoid error with SI in EmitInstrWithCustom... |
commit | commitdiff | tree |
2012-05-24 |
Vinson Lee | tgsi: Initialize Padding struct fields. |
commit | commitdiff | tree |
2012-05-24 |
Kenneth Graunke | i965: Gut the separate OpenGL ES extension enabling. |
commit | commitdiff | tree |
2012-05-24 |
Kenneth Graunke | mesa: Remove the OES_draw_texture extension from ES2. |
commit | commitdiff | tree |
2012-05-23 |
Jordan Justen | i965: use cut index to handle primitive restart when... |
commit | commitdiff | tree |
2012-05-23 |
Jordan Justen | i965: add flag to enable cut_index |
commit | commitdiff | tree |
2012-05-23 |
Jordan Justen | i965: create code path to handle primitive restart... |
commit | commitdiff | tree |
2012-05-23 |
Paul Berry | glsl/tests: Add .gitignore for uniform initialization... |
commit | commitdiff | tree |
2012-05-23 |
Paul Berry | glsl/constant propagation: kill whole var if LHS involv... |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | glsl/tests: Add test for uniform initialization by... |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | mesa: Use initializers to configure samplers |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | ir_to_mesa: Don't set initial uniform values again |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | ir_to_mesa: Propagate initial values in _mesa_associate... |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | glsl: Propagate sampler uniform initializers to gl_shad... |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | glsl: Initialize samplers to 0, propagate sampler value... |
commit | commitdiff | tree |
2012-05-23 |
Ian Romanick | glsl: Set initial values for uniforms in the linker |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965/gen6+: Add support for GL_ARB_blend_func_extended. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | mesa: Keep a computed value for dual source blend func... |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965/gen6+: Add support for fast depth clears. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965/gen6: Add CC viewport state setup to blorp code. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965/gen7: Add CC viewport setup to blorp code. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Drop a layer of indirection in doing HiZ resolves. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Replace intel_need_resolve with the hiz ops it... |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Add an interface for doing hiz ops from C code. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Rename the clear function for this driver. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Simplify the remaining clear logic by relying... |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Switch blit color clears to tri clears on gen4/5. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: Remove dead logic for non-tri depth/stencil clears. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i965: We always have GLSL, so always use it for tri... |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | i915: Drop gen4+ code from the forked clear code. |
commit | commitdiff | tree |
2012-05-23 |
Eric Anholt | intel: Fork the intel_clear.c file between i915 and... |
commit | commitdiff | tree |
2012-05-23 |
Vadim Girlin | st/mesa: set stObj->lastLevel in guess_and_alloc_texture |
commit | commitdiff | tree |
2012-05-22 |
Paul Berry | i965: Completely annotate the batch bo when aub dumping. |
commit | commitdiff | tree |
2012-05-22 |
Paul Berry | intel: When AUB dumping, flush before emitting final... |
commit | commitdiff | tree |
2012-05-22 |
José Fonseca | llvmpipe: Fix alpha testing precision on rgba8 formats. |
commit | commitdiff | tree |
2012-05-22 |
Vinson Lee | scons: Do not build glx and egl on Cygwin. |
commit | commitdiff | tree |
2012-05-22 |
Christoph Bumiller | nv30: check for NULL vertex buffers in prevalidate_vbufs |
commit | commitdiff | tree |
2012-05-22 |
Christoph Bumiller | nv50: make unaligned index buffer offsets work again |
commit | commitdiff | tree |
2012-05-22 |
Christoph Bumiller | nvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context... |
commit | commitdiff | tree |
2012-05-21 |
James Benton | llvmpipe: Added a error counter to lp_test_conv. |
commit | commitdiff | tree |
2012-05-21 |
James Benton | llvmpipe: Changed known failures in lp_test_conv. |
commit | commitdiff | tree |
2012-05-21 |
James Benton | llvmpipe: Added fixed point types tests to lp_test_conv. |
commit | commitdiff | tree |
2012-05-21 |
James Benton | gallivm: Fixed erroneous optimisation in lp_build_min... |
commit | commitdiff | tree |
2012-05-21 |
James Benton | gallivm: Compensate for lp_const_offset in lp_build_conv. |
commit | commitdiff | tree |
2012-05-21 |
James Benton | gallivm: Fixed overflow in lp_build_clamped_float_to_un... |
commit | commitdiff | tree |
2012-05-21 |
Brian Paul | docs: add link to 8.0.3 release notes |
commit | commitdiff | tree |
2012-05-21 |
Paul Seidler | tests: include mesa headers |
commit | commitdiff | tree |
2012-05-21 |
Lukas Rössler | glu: fix two Clang warnings |
commit | commitdiff | tree |
2012-05-21 |
Homer Hsing | docs: fix a typo |
commit | commitdiff | tree |
2012-05-21 |
ojab | Filter out -Wcovered-switch-default from LLVM_CFLAGS |
commit | commitdiff | tree |
2012-05-20 |
Tom Stellard | radeon/llvm: Handle selectcc DAG node |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | st/mesa: use pipe_sampler_view_release() in st_destroy_... |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | mesa: use F_TO_I() instead of IROUND() |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | mesa: reimplement IROUND(), add F_TO_I() |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | mesa: fix Z32_FLOAT -> uint conversion functions |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | st/mesa: remove unused pipe variable |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | svga: whitespace, comments, formatting clean-ups |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | st/mesa: added st_print_current_vertex_program(), for... |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | svga: return PIPE_OK instead of 0 |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | svga: fix zero-stride vertex array bug |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | mesa: add GLSL_REPORT_ERRORS debug flag |
commit | commitdiff | tree |
2012-05-19 |
Brian Paul | mesa: add some comments on shaderapi.c functions |
commit | commitdiff | tree |
2012-05-19 |
Vinson Lee | mesa: Remove undefinition of _P symbol. |
commit | commitdiff | tree |
2012-05-18 |
Ian Romanick | Import release notes for 8.0.3, add news item |
commit | commitdiff | tree |
2012-05-18 |
Jeremy Huddleston | darwin: Address a build failure on Leopard and earlier... |
commit | commitdiff | tree |
2012-05-18 |
Michel Dänzer | radeonsi: Only honour point related rasterizer state... |
commit | commitdiff | tree |
2012-05-18 |
Michel Dänzer | radeonsi: Fix parameter cache offsets for fragment... |
commit | commitdiff | tree |
2012-05-18 |
Vinson Lee | gallium/tgsi/text: Ensure ret is initialized in parse_i... |
commit | commitdiff | tree |
2012-05-18 |
Tom Stellard | radeon/llvm: Fix segfault while lowering lrp intrinsic |
commit | commitdiff | tree |
2012-05-18 |
Tom Stellard | radeon/llvm: Add DAG nodes for MIN instructions |
commit | commitdiff | tree |
2012-05-18 |
José Fonseca | llvmpipe: Avoid adding floating point zero to flat... |
commit | commitdiff | tree |
2012-05-17 |
José Fonseca | Fix fetching integer inputs. |
commit | commitdiff | tree |
2012-05-17 |
Olivier Galibert | llvmpipe: Implement TXQ. |
commit | commitdiff | tree |
2012-05-17 |
Olivier Galibert | llvmpipe: Don't mess with the provoking vertex when... |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Lower lrp intrinsic during ISel |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Remove AMDIL MAD instruction defs |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Remove AMDIL MUL_IEEE* instructions |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | r600g: Handle MUL_IEEE in r600_bytecode_get_num_operands |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Expand fsub during ISel |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Remove AMDIL floating-point ADD instructio... |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Remove AMDIL CMOVLOG* instruction defs |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Move lowering of ABS_i32 to ISel |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Remove sub patterns from AMDILInstrPatterns.td |
commit | commitdiff | tree |
2012-05-17 |
Tom Stellard | radeon/llvm: Add custom SDNodes for MAX |
commit | commitdiff | tree |
2012-05-17 |
Jordan Justen | state_tracker: remove sw_primitive_restart from st_context |
commit | commitdiff | tree |
next |