summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-03-13gallium: Add a bit of documentation to cso_hash.José Fonseca
2008-03-13gallium: Fix debug_mask_vprintf's example.José Fonseca
2008-03-13gallium: Add a new handle_table_set that accepts an arbitrary handle.José Fonseca
2008-03-13mesa: fix (harmless?) assignment in assertKeith Whitwell
2008-03-13tgsi: replace erroneous use of FETCH with emit_tempfKeith Whitwell
2008-03-13tgsi: bump MAX_SRC_REGS to 4, for TXDKeith Whitwell
2008-03-12add code handling dependencies between generated codeZack Rusin
2008-03-12Add some basic documentation for gallivm codeZack Rusin
2008-03-12document hash collision resolutionsZack Rusin
2008-03-12gallium: fix polygon stippleBrian
2008-03-12gallium: in clear_stencil_buffer() check surface format to determine stencil ...Brian
2008-03-12i915: handle NULL object in i915_bind_rasterizer_state()Brian
2008-03-12mesa: set SamplersUsed bitmask when parsing ARB fragment programsBrian
2008-03-12gallium: pass NULL to cso_single_sampler() when the sampler isn't used.Brian
2008-03-12remove reference to obsolete ExtDivideBrian
2008-03-12gallium: use TXP rather than ExtDivide flagBrian
2008-03-12gallium: change draw_vertex_shader->state from pointer to structBrian
2008-03-12tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol
2008-03-12tgsi: Dump TXP opcode.Michal Krol
2008-03-12gallium: Generic handle table.José Fonseca
2008-03-12gallium: Change assert behavior on runtime (Mark Mueller).José Fonseca
2008-03-12tgsi: Introduce OPCODE_TXP. Depricate ExdDivide field.Michal Krol
2008-03-12gallium: reduce signed/unsigned warningsKeith Whitwell
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell
2008-03-12tgsi: Dump source register divide component.Michal Krol
2008-03-11cell: check for NULL shader pointer in cell_bind_vs_state()Brian
2008-03-11gallium: dummy install targetBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-12gallium: Silence MSVC warnings.José Fonseca
2008-03-12gallium: Conditional debugging output.José Fonseca
2008-03-11tgsi: Map OPCODE_TEXKILL to OPCODE_KILP.Michal Krol
2008-03-11gallium: fix some cso_state_callback cast warningsBrian
2008-03-11gallium: fix fs/vs typo in cso_set_vertex_shader()Brian
2008-03-11draw: don't free our copy of the render stage -- just borrowing it from vbuf ...Keith Whitwell
2008-03-11gallium: missing fileKeith Whitwell
2008-03-10fix double deletionZack Rusin
2008-03-10fix compilationZack Rusin
2008-03-10fix Height2/Depth2 init problem when using texture bordersBrian
2008-03-10gallium: disable an unneeded assertion (hit with texwrap.c)Brian
2008-03-10Move SPE register allocator to rtasm codeIan Romanick
2008-03-10draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell
2008-03-10mesa: fast-track glColor and similar calls when not immediate mode renderingKeith Whitwell
2008-03-10gallium: fix compiler warningKeith Whitwell
2008-03-10gallium: use the same bypass_clipping logic on all vs pathsKeith Whitwell
2008-03-10gallium: enable bug workaround in draw_vertex_cache_invalidateKeith Whitwell
2008-03-10gallium: new surface/context tracker (sct) moduleBrian
2008-03-10cell: sync up with sampler/texture state-setting changesBrian
2008-03-10gallium: Use hardcoded breakpoints on x86 targets.José Fonseca
2008-03-10Some notes about debuggingJosé Fonseca
2008-03-10gallium: Import Dennis Smit cpu detection code.José Fonseca