mesa.git
2010-09-18 Vinson Leemesa: Silence "'valid_texture_object' defined but not...
2010-09-18 Vinson Leeir_to_mesa: Remove unused member array_indexed from...
2010-09-18 Vinson Leemesa: bump version to 7.10
2010-09-17 Tilman Sauerbeckglsl2: Empty functions can be inlined.
2010-09-17 Vinson Leer600g: Silence unused variable warnings.
2010-09-17 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-17 Vinson Leer600g: Fix memory leak on error path.
2010-09-17 Vinson Leer600g: Fix implicit declaration warning.
2010-09-17 Vinson Leer600g: Remove unnecessary headers.
2010-09-17 Vinson Leer600g: Remove unnecessary header.
2010-09-17 José Fonsecallvmpipe: Default to no threading on single processor...
2010-09-17 José Fonsecautil: linearized sRGB values don't fit into 8bits
2010-09-17 Brian Paulgallivm: added missing case for PIPE_TEXTURE_RECT
2010-09-17 Jerome Glisser600g: alternative command stream building from context
2010-09-17 Tilman Sauerbeckr600g: Fixed the shift in S_02880C_KILL_ENABLE.
2010-09-17 Tilman Sauerbeckr600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.
2010-09-17 Tilman Sauerbeckr600g: Only set PA_SC_EDGERULE on rv770 and greater.
2010-09-17 Tilman Sauerbeckr600g: Added DB_SHADER_CONTROL defines.
2010-09-17 Tilman Sauerbeckr600g: Formatting fixes.
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-17 Ian Romanickglsl2: Refactor testing for whether a deref is of a...
2010-09-17 Luca Barbieriglsl: add pass to lower variable array indexing to...
2010-09-17 Dave Airlier600g: oops got the use_mem_constant the wrong way...
2010-09-17 Dave Airlier600g: use calloc for ctx bo allocations
2010-09-17 Dave Airlier600g: fixup map flushing.
2010-09-17 Dave Airlier600g: add upload manager support.
2010-09-17 Dave Airlier600g: add winsys bo caching.
2010-09-17 Dave Airlier600g: add support for kernel bo
2010-09-17 Dave Airlier600g: use malloc bufmgr for constant buffers
2010-09-17 Dave Airlier600g: move constant buffer creation behind winsys...
2010-09-17 Chia-I Wulibgl-xlib: Remove unused st_api_create_OpenGL.
2010-09-17 Chia-I Wutargets/egl: Use C++ compiler to link GL/ES state trackers.
2010-09-17 Francisco Jerezdri/nv10: Fix the CLAMP texture wrap mode.
2010-09-17 Brian Paultgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-17 Dave Airlier600g: hide radeon_ctx inside winsys.
2010-09-16 Vinson Leegallivm: Remove unnecessary header.
2010-09-16 Brian Paulgallivm: fix wrong return value in bitwise functions
2010-09-16 José Fonsecagallivm: Clamp indirect register indices to file_max.
2010-09-16 José Fonsecagallivm: Start collecting bitwise arithmetic helpers...
2010-09-16 José Fonsecagallivm: Fix address register swizzle.
2010-09-16 Francisco Jerezmeta: Don't bind the created texture object in init_tem...
2010-09-16 Brian Paulmesa: include mfeatures.h in formats.c
2010-09-16 Marek Olšákr300g/swtcl: fix CS overrun
2010-09-16 Francisco Jerezdri/nouveau: Cleanup references to the old FBOs on...
2010-09-16 Francisco Jerezdri/nouveau: Don't reemit the BO state in nouveau_state...
2010-09-16 Francisco Jerezdri/nouveau: Don't request a fake front unnecessarily.
2010-09-16 Francisco Jerezdri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPO...
2010-09-16 Francisco Jerezdri/nouveau: Add some more extensions.
2010-09-16 Francisco Jerezdri/nouveau: Update nouveau_class.h.
2010-09-16 Francisco Jerezdri/nv04: Fix provoking vertex.
2010-09-16 Francisco Jerezdri/nv04: Fix maximum texture size.
2010-09-16 Francisco Jerezdri/nv04: Fix up color mask.
2010-09-16 Francisco Jerezdri/nv04: Align SIFM transfer dimensions.
2010-09-16 Francisco Jerezdri/nv04: Mipmapping fixes.
2010-09-16 Francisco Jerezdri/nv04: Fix PGRAPH_ERRORs when running OA.
2010-09-16 Andrew Randrianasuludri/nv04: Enable eng3dm for A8/L8 textures.
2010-09-16 Andrew Randrianasuludri/nv04: Don't expose ARB_texture_env_combine/dot3.
2010-09-16 Keith Whitwellllvmpipe: add DEBUG_FS to dump variant information
2010-09-16 Keith Whitwellllvmpipe: add LP_PERF flag to disable various aspects...
2010-09-16 Keith Whitwellgallivm: make lp_build_sample_nop public
2010-09-16 Brian Paulgallivm: move i32_vec_type inside the #ifdef
2010-09-16 Brian Paulgallivm: fix incorrect vector shuffle datatype
2010-09-16 Christoph Bumillernv50: get shader fixups/relocations into working state
2010-09-16 Christoph Bumillernv50: don't segfault on shaders with 0 instructions
2010-09-16 Kenneth Graunkeglsl: Don't print blank (function ...) headers for...
2010-09-16 Kenneth Graunkeglsl: Change from has_builtin_signature to has_user_sig...
2010-09-16 Tilman Sauerbeckr600g: Use clamped math for RCP and RSQ.
2010-09-16 Tilman Sauerbeckr600g: Fixed a bo leak in r600_blit_state_ps_shader().
2010-09-16 Chia-I Wust/xlib: Notify the context when the front/back buffers...
2010-09-16 Chia-I Wumesa: Update ES APIspec.xml.
2010-09-16 Dave Airlier600g: fix texture bos and avoid doing depth blit on...
2010-09-16 Dave Airlier600g: fixup texture state on evergreen.
2010-09-16 Vinson Leemesa/st: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Fix 'control reaches end of non-void function...
2010-09-16 Vinson Leenv50: Silence uninitialized variable warnings.
2010-09-16 Vinson Leedraw: Remove unnecessary header.
2010-09-16 Vinson Leegallivm: Remove unnecessary headers.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-15 Vinson Leenv50: Remove unnecessary headers.
2010-09-15 Vinson Leenv50: Update files in SConscript to match Makefile.
2010-09-15 Dave Airlier600g: add vgt dma src defines
2010-09-15 Dave Airlier600g: use index min/max + index buffer offset.
2010-09-15 Dave Airlier600g: pull r600_draw struct out into header
2010-09-15 Brian Paulgallivm: expand AoS sampling to cover all filtering...
2010-09-15 Brian Paultgsi: fix incorrect usage_mask for shadow tex instructions
2010-09-15 Brian Paulnv50: use unsigned int for bitfields to silence warnings
2010-09-15 Brian Paulllvmpipe: s/boolean/unsigned/ in bitfield to silence...
2010-09-15 Brian Paulllvmpipe: cast to silence warning
2010-09-15 Brian Paulglsl2: fix signed/unsigned comparison warning
2010-09-15 John Doer600g: misc cleanup
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Keith Whitwellllvmpipe: return zero from floor_pot(zero)
2010-09-15 Christoph Bumillernv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT
2010-09-15 Christoph Bumillernv50: improve and fix modifier folding optimization
2010-09-15 Christoph Bumillernv50: consider address register in reload elimination
2010-09-15 Keith Whitwellllvmpipe: remove duplicate code
2010-09-15 Keith Whitwellllvmpipe: brackets around macro arg
next