projects
/
platform
/
upstream
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/mesa.git
2011-08-19
Marek Olšák
r600g: don't allocate separate depth and stencil for...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: finally enable float depth buffers on evergreen
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: rename resource -> view in create_sampler_view
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: hack around a problem with texture alignment
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: simplify the conditionals determining array...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: put depth and stencil into one backing buffer
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: fix depth-stencil on evergreen
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Brian Paul
mesa: handle array textures in GenerateMipmap(), Frameb...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Brian Paul
meta: use fallback mipmap generation for 1D/2D texture...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Brian Paul
mesa: set Q=1 for OPCODE_TEX execution
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Brian Paul
mesa: restructure error checking in _mesa_FramebufferTe...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Chad Versace
mesa: Declare _mesa_meta_begin()/end() as public
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Christoph Bumiller
nv50: fix potential null deref in insn modifer optimiza...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Brian Paul
glx: use a block to fix declarations after code warning
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Marek Olšák
r600g: fix a possible crash in r600_adjust_gprs
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
Brian Paul
mesa: fix incorrect error code in _mesa_FramebufferText...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
Paul Berry
glapi: update .gitignore for generated ES dispatch...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
José Fonseca
llvmpipe: Don't build lp_test_arit on MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
José Fonseca
llvmpipe: snprintf->util_snprintf.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
José Fonseca
llvmpipe: Add u_math.h include.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
José Fonseca
scons: Add support for LLVM-2.9 on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
Kristian Høgsberg
glx: Don't flush twice if we fallback to dri2CopySubBuffer
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Marek Olšák
r600g: implement NV_primitive_restart functionality...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Marek Olšák
r600g: fix scons build
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Eric Anholt
i965/fs: Fix 32-bit integer multiplication.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Christoph Bumiller
nv50: don't drop flags definition when merging SAT...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Brian Paul
st/mesa: fix incorrect loop over instruction src regs
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Lauri Kasanen
st/dri: Indent driconf options
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Lauri Kasanen
xmlpool.h: fix a typo
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Lauri Kasanen
xmlconfig: Make the error message more informative
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
mesa: Bump instruction execution limit to 65536
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
mesa: Add partial constant propagation pass for Mesa IR
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Emit a MAD(b, -a, b) for !a && b
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Implement ir_binop_all_equal using DP4...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Implement ir_binop_any_nequal using DP4...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Implement ir_unop_any using DP4 w/saturate...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Make ir_to_mesa_visitor::emit_dp return...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Implement ir_binop_logic_or using an add...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ian Romanick
ir_to_mesa: Implement ir_unop_logic_not using 1-x
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Chad Versace
mesa: Add Android to list of platforms that define...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Chad Versace
mesa: Fix Android build by #ifdef'ing out locale support
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Chad Versace
mesa: Remove use of fpu_control.h
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix multiplies to actually do 32-bit multiplies.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for conversion of FIXED_HW_REG...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix memory leak of ralloc context for the...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix condition code for scalar expression all_e...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Don't assertion fail on vertex texturing.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/gen6: Force WHILE exec size to 8.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Remove remaining use of foreach_iter.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix abs/negate handling on attributes.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Avoid generating a MOV for most ir_assignment...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Run the shader backend at link time and return...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Fix assertion failure on a loop consisting of...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix the trivial register allocator's failure...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for if(any(bvec)) on gen6.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for GL_FIXED attributes.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Clamp vertex color outputs when required by...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix access of attribute arrays.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix builtin uniform setup.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for loops.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for ir_binop_pow.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Respect the gen6 limitation that math opcodes...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix implementation of ir_unop_any.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Slightly improve the trivial reg allocator...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Add gen6 disassembly for DP render cache messages.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Enable variable array indexing in the VS.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for scratch read/write codegen.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Make some EU emit code for DP read/write messages...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Move virtual GRFs with array accesses to them...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Reserve MRF 14/15 for array loads/register...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Track the variable index of array accesses.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Add remaining scratch space setup emit to unit...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Set up allocation of a VS scratch space if required.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Remove dead brw->wm.max_threads field.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for VUEs larger than a single...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Avoid generating extra moves when setting...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix types of varying outputs.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Handle assignment of structures/arrays/matrice...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Don't forget to set up assignment condition...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Apply the gen6 math workaround for math1 instr...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for if(any_nequal()) and if(all_eq...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Add support for dot product opcodes.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix the types of array/struct dereferences.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Drop the assertion about dst.reg_offset == 0.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Use an appropriate swizzle on src regs from...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix support for zero uniforms in use.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix support for "IF" instructions by copying...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Disable loops for now until rendering is gener...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix ir_swizzle handling.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Allocate storage for "auto" variables just...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Allow scalar values in assignments, too.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Don't emit an extra copy of the vertex position.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Port the fix for clip plane writemasks from...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Fix constant vector construction.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965/vs: Start adding support for uniforms
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Start adding the VS visitor and codegen.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Create a shared enum for hardware and compiler...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Eric Anholt
i965: Generate driver-specific IR for non-fragment...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Brian Paul
mesa: ChooseTextureFormat() returns gl_format, not...
commit
|
commitdiff
|
tree
|
snapshot
next