projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2009-11-07
Eric Anholt
i965: Add generic GLSL code for unaliasing a 3-arg...
commit
|
commitdiff
|
tree
2009-11-07
Eric Anholt
i965: Use a normal alu1 emit for OPCODE_TRUNC.
commit
|
commitdiff
|
tree
2009-11-07
Eric Anholt
i965: Share basic ALU ops between brw_wm_glsl and brw_w...
commit
|
commitdiff
|
tree
2009-11-07
Eric Anholt
i965: Collect GLSL src/dst regs up in generic code.
commit
|
commitdiff
|
tree
2009-11-07
Zack Rusin
st/xorg: implement batching for the composite op
commit
|
commitdiff
|
tree
2009-11-07
Zack Rusin
st/xorg: batch solid fill requests
commit
|
commitdiff
|
tree
2009-11-07
Zack Rusin
st/xorg: start accumulating vertices in a common buffer
commit
|
commitdiff
|
tree
2009-11-07
Zack Rusin
st/xorg: use quads instead of triangle fans
commit
|
commitdiff
|
tree
2009-11-07
Zack Rusin
st/xorg: make the buffer size global
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
mesa: Reduce the source channels considered in optimiza...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
mesa: Fix remove_instructions to successfully remove...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
mesa: Add an optimization path to remove use of pointle...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
mesa: Fix up the remove_dead_code pass to operate on...
commit
|
commitdiff
|
tree
2009-11-06
Brian Paul
intel: better front color buffer test in intelClear()
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
i965: Always pass the size argument to brw_cache_data.
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Finish removing the fallback code for bug #16697.
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Don't validate in a texture image used as a...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
mesa: Attempt to pair up Driver.RenderTexture and Finis...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Clean up some extra struct indirection in finalize.
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Use _mesa_get_current_tex_object() to clean...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Remove duplicated arguments from intel_miptree_m...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
i965: Remove an XXX comment for testing some code that...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Remove obsolete comment about GEM in the spans...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
intel: Use PIPE_CONTROL on gen4 hardware for doing...
commit
|
commitdiff
|
tree
2009-11-06
Eric Anholt
Make a convenient int for what chipset generation we...
commit
|
commitdiff
|
tree
2009-11-06
Ian Romanick
Merge branch 'mesa_7_6_branch'
commit
|
commitdiff
|
tree
2009-11-06
Ian Romanick
ARB prog parser: Regenerate parser from previous commits.
commit
|
commitdiff
|
tree
2009-11-06
Ian Romanick
ARB prog parser: Release old program string in _mesa_pa...
commit
|
commitdiff
|
tree
2009-11-06
Ian Romanick
ARB prog parser: Release strings returned from the...
commit
|
commitdiff
|
tree
2009-11-06
Ian Romanick
Revert "ARB prog parser: Fix epic memory leak in lexer...
commit
|
commitdiff
|
tree
2009-11-06
José Fonseca
llvmpipe: Fix build with llvm 2.6.
commit
|
commitdiff
|
tree
2009-11-06
Brian Paul
intel: call intel_check_front_buffer_rendering() in...
commit
|
commitdiff
|
tree
2009-11-06
José Fonseca
mesa: Export S3_s3tc as well.
commit
|
commitdiff
|
tree
2009-11-06
José Fonseca
mesa: Translate MAP_UNSYNCHRONIZED_BIT.
commit
|
commitdiff
|
tree
2009-11-06
José Fonseca
gallium: Add UNSYNCHRONIZED cpu access flag. Document...
commit
|
commitdiff
|
tree
2009-11-06
Zack Rusin
st/xorg: unify vertex buffer handling
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
xmesa: pass pixmap to clip_for_xgetimage()
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
mesa: fix infinite loop bug in _mesa_drawbuffers()
commit
|
commitdiff
|
tree
2009-11-05
José Fonseca
softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE...
commit
|
commitdiff
|
tree
2009-11-05
Cooper Yuan
g3dvl: remove a debug line
commit
|
commitdiff
|
tree
2009-11-05
Cooper Yuan
g3dvl: add scissor setting
commit
|
commitdiff
|
tree
2009-11-05
Marek Olšák
r300g: add polygon mode
commit
|
commitdiff
|
tree
2009-11-05
Marek Olšák
r300g: fix the size of CS when emitting the fragprog...
commit
|
commitdiff
|
tree
2009-11-05
Marek Olšák
r300g: set the correct offset in a colorbuffer surface
commit
|
commitdiff
|
tree
2009-11-05
Marek Olšák
r300g: add color channel masking
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
mesa: added cast to silence warning
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
Merge branch 'mesa_7_6_branch'
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
vbo: fix out-of-bounds array access
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
mesa: fix broken pack_histogram() case for GLhalf
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
mesa: silence warning from gcc 4.4.1
commit
|
commitdiff
|
tree
2009-11-05
Brian Paul
ARB prog parser: include variable name in error text
commit
|
commitdiff
|
tree
2009-11-04
Zack Rusin
st/xorg: these flushes shouldn't be necessary
commit
|
commitdiff
|
tree
2009-11-04
Vinson Lee
progs/tests: Fix MSVC build.
commit
|
commitdiff
|
tree
2009-11-04
Alex Deucher
r600: rework draw functions
commit
|
commitdiff
|
tree
2009-11-04
Alex Deucher
r600: fix count prediction for IB case
commit
|
commitdiff
|
tree
2009-11-04
Alan Hourihane
Fix YTILE spantmp functions
commit
|
commitdiff
|
tree
2009-11-04
Alan Hourihane
Fix YTILE spantmp functions
commit
|
commitdiff
|
tree
2009-11-04
Vinson Lee
glslcompiler: Fix Mac OS build.
commit
|
commitdiff
|
tree
2009-11-04
José Fonseca
util: Remove homegrown Windows KM profiler.
commit
|
commitdiff
|
tree
2009-11-04
Michal Krol
tgsi/ureg: Allow for multiple extended instruction...
commit
|
commitdiff
|
tree
2009-11-03
Christoph Bumiller
nv50: fix shader emit_tex for cube textures
commit
|
commitdiff
|
tree
2009-11-03
Christoph Bumiller
nv50: add abs-modifier for emit_minmax
commit
|
commitdiff
|
tree
2009-11-03
Christoph Bumiller
nv50: add 3d texture tiling and mip-mapping
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: (GLint64) casts in get.c to silence Visual Studio...
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
docs: fix 7.6 build with Visual Studio
commit
|
commitdiff
|
tree
2009-11-03
Karl Schultz
windows: updated VC8 project file
commit
|
commitdiff
|
tree
2009-11-03
Karl Schultz
windows: remove old entrypoints from mesa.def file
commit
|
commitdiff
|
tree
2009-11-03
Karl Schultz
mesa: added GLAPIENTRY keywords for sync object functions
commit
|
commitdiff
|
tree
2009-11-03
Vinson Lee
progs/util: Fix memory leak if fail to load/compile...
commit
|
commitdiff
|
tree
2009-11-03
Michal Krol
llvmpipe: Sanitise shader semantic and interpolator...
commit
|
commitdiff
|
tree
2009-11-03
Keith Whitwell
llvmpipe: remove old prim_setup draw stage
commit
|
commitdiff
|
tree
2009-11-03
José Fonseca
llvmpipe: Respect gl_rasterization_rules in primitive...
commit
|
commitdiff
|
tree
2009-11-03
José Fonseca
python/retrace: Cope with null constant buffers.
commit
|
commitdiff
|
tree
2009-11-03
José Fonseca
python/retrace: Add missing colon.
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
progs/tests: debug code for getting texture component...
commit
|
commitdiff
|
tree
2009-11-03
Michal Krol
tgsi: Up tgsi_exec's control flow nesting to 32.
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
Merge branch 'mesa_7_6_branch'
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: clean-up, remove some flushing in FBO functions
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: fix indentation
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: clean-up formatting
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: avoid extraneous _NEW_BUFFER changes in _mesa_Bin...
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawb...
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: use ffs() to shorten loop in _mesa_drawbuffers()
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: added assertion, another comment
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
intel: avoid unnecessary front buffer flushing/updating
commit
|
commitdiff
|
tree
2009-11-03
Marek Olšák
st/mesa: clip pixels in draw_stencil_pixels to avoid...
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
st/mesa: don't use util_blit_pixels_writemask() for...
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
st/mesa: fix tests for depth and depth/stencil texture...
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: added comment
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: use _mesa_get_current_tex_object()
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: use _mesa_get_current_tex_object()
commit
|
commitdiff
|
tree
2009-11-03
Brian Paul
mesa: make _mesa_get_current_tex_objec() public
commit
|
commitdiff
|
tree
2009-11-02
Ian Romanick
ARB prog parser: Fix a couple issues with previous...
commit
|
commitdiff
|
tree
2009-11-02
Vinson Lee
glx: Fix memory leak if XF86DRICreateDrawable() fails
commit
|
commitdiff
|
tree
2009-11-02
Pierre Ossman
r600: implement LOG op in compiler
commit
|
commitdiff
|
tree
2009-11-02
Pierre Ossman
r600: implement EXP op in compiler
commit
|
commitdiff
|
tree
2009-11-02
Michal Krol
tgsi/ureg: Add negate and swizzle for predicates.
commit
|
commitdiff
|
tree
2009-11-02
Brian Paul
mesa: fix incorrect approx bits/channel for fxt1 formats
commit
|
commitdiff
|
tree
2009-11-02
Brian Paul
gallium/util: add casts to silence warnings
commit
|
commitdiff
|
tree
next