2014-03-25 |
José Fonseca | llvmpipe: Simplify vertex and geometry shaders. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
José Fonseca | draw: Duplicate TGSI tokens in draw_pipe_pstipple module. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Alexander von... | haiku: Fix build through scons corrections and viewport... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Kenneth Graunke | i965: For color clears, only disable writes to componen... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Kenneth Graunke | mesa: Skip clearing color buffers when color writes... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Kenneth Graunke | mesa: Introduce a _mesa_format_has_color_component... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | i965: Fix compiler warning about signed/unsigned. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | i965/gen8: Change the winsys MSAA blits from blorp... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | mesa: Stop skipping the FinishRenderTexture calls for... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | i965: Skip reallocating the private MSAA miptree, unles... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | i965: Simplify the no-reopening-the-winsys-buffer tests. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | i965: Don't forget to free the old singlesample_mt. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eric Anholt | i965: Add an env var for forcing window system MSAA. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Eliminate dead writes to the flag register. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Eliminate writes that are never read. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Factor code out of DCE into a separate function. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Let dead code eliminate trim dead channels. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Track live ranges per-channel, not per vgrf. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Don't dead code eliminate instructions writi... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Preparatory clean up of dead_code_eliminate(). |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Add is_null() method to dst_reg. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Print the predicate in dump_instructions(). |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Rename depends_on_flags() to reads_flag(). |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Add and use vec4_instruction::writes_flag(). |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Matt Turner | i965/vec4: Add missing doxygen close brace. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Chris Forbes | mesa: Generate FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMEN... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Chris Forbes | mesa: Fix format matching checks for GL_INTENSITY*... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Christian König | st/mesa: recreate sampler view on context change v3 |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Kenneth Graunke | i965: Report the type of color clear in INTEL_DEBUG... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Marek Olšák | radeonsi: disable fast color clear for 1D-tiled surface... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Kenneth Graunke | Revert "i965: For color clears, only disable writes... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Kenneth Graunke | i965: For color clears, only disable writes to componen... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Kenneth Graunke | i965: Print number of multisamples in INTEL_DEBUG=blorp... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Kenneth Graunke | i965: Drop BLT TexSubImage Y-tiling restriction on... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Chris Forbes | i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Tom Stellard | clover: Fix typo in validate_object() |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Roland Scheidegger | llvmpipe: add support for b5g6r5_srgb |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Roland Scheidegger | gallium: add b5g6r5 srgb format |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Ilia Mirkin | nvc0/ir: move sample id to second source arg to fix... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | st/mesa: drop the lowering of quad strips to triangle... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | gallium/u_gen_mipmap: remove the software fallback |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | st/mesa: fix generating mipmaps for cube arrays |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | mesa: fix software fallback for generating mipmaps... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | mesa: fix software fallback for generating mipmaps... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | mesa: allow generating mipmaps for cube arrays |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | mesa: fix texture border handling for cube arrays |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | r600g: use more appropriate names for async DMA functions |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | r600g: deobfuscate async DMA code |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | r600g: don't flush the gfx IB explicitly before doing DMA |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Marek Olšák | winsys/radeon: only add duplicate relocations for DMA... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Niels Ole Salscheider | radeonsi: Implement DMA blit |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Niels Ole Salscheider | radeon: Move r600_need_dma_space to common code |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Richard Sandiford | llvmpipe: Tighten check for alpha-only formats |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Jonathan Gray | nouveau: don't assume libdrm include prefix |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Jonathan Gray | nouveau: use DLOPEN_LIBS instead of -ldl |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Brian Paul | c11/threads: don't include assert.h if the assert macro... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ilia Mirkin | nouveau: there may not have been a texture if the fbo... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ilia Mirkin | nouveau: add forgotten GL_COMPRESSED_INTENSITY to textu... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ilia Mirkin | mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ilia Mirkin | loader: add special logic to distinguish nouveau from... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Matt Turner | glsl: Allow dot() on scalars, and throw out dotlike(). |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Matt Turner | glsl: Optimize pow(x, 2) into x * x. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Matt Turner | glsl: Match whitespace changes from previous patch. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Matt Turner | glsl: Expose pack/unpack built-ins for ARB_gpu_shader5. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Eric Anholt | i965: Drop some more dead code from the old CACHED_BATC... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Eric Anholt | i965: Drop special case for edgeflag thanks to Marek... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Brian Paul | mesa: include stdbool.h in register_allocate.h to fix... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ian Romanick | i965: Enable EWA anisotropic filtering algorithm |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965: Actually initialize simd16_unsupported and no16_msg. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/upload: Refactor open-coded ALIGN-like computations. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965: Fix indentation in brw_upload_indices(). |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965: Consolidate code for setting brw->ib.start_vertex... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965: Allocate register sets at screen creation, not... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965: Allocate the screen using ralloc rather than... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Eric Anholt | ra: Convert another bool array to bitsets. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | ra: Use a bitset for storing which registers belong... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | ra: Create a reg_belongs_to_class() helper function. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | ra: Use bool instead of GLboolean. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965: Accurately bail on SIMD16 compiles. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Support pull parameters in SIMD16 mode. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Use a single instance of the pull_constant_loc... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Don't renumber UNIFORM registers. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Split pull parameter decision making from... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Record pull constant locations for all array... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Save push constant location information. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Kenneth Graunke | i965/fs: Delete dead code to fail compiles with SIMD16... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Brian Paul | gallium/docs: update SLT, SGE, SFL, STR opcode docs |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Charmaine Lee | glx: Fix incorrect pdp assignment in dri2_bind_context(). |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Maarten Lankhorst | nvc0: Handle user mapped vertex buffer for edgeflag |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Francisco Jerez | clover: Fix region size error checking in some buffer... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add postfactor support for fmul |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: set not modifier on first source of... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: use shl/shr instead of lshf/rshf so... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add 64/128-bit fetch/export support |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fix handling of OP_SUB for floating... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: presin/preex2 take their source at bit 23 |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add implementations of div u32/s32 |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: implement quadop |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fill in mov from predicate |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: handle derivAll flag, fix useOffsets... |
commit | commitdiff | tree | snapshot |
next |