Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-15 | r300g: fix psychedelic colors with SWTCL | Marek Olšák | |
r300_vertex_shader::outputs was uninitialized. Also remove the tokens parameter. | |||
2010-05-15 | r300g: the vertex_stream_state atom for SWTCL should be static | Marek Olšák | |
plus whitespace and comment fixes. | |||
2010-05-15 | r300g: remove unused struct r300_vertex_info | Marek Olšák | |
2010-05-15 | r300g: fix emission of some non-CSO atoms at the beginning of CS | Marek Olšák | |
2010-05-15 | r300g: remove unused r300_query::active | Marek Olšák | |
2010-05-15 | r300g: fix BO space accounting for occlusion queries | Marek Olšák | |
2010-05-15 | r300g: forbid overlapping queries and print error messages | Marek Olšák | |
2010-05-15 | r300g: rename a few emit_query functions | Marek Olšák | |
2010-05-15 | r300g: silence warnings | Marek Olšák | |
2010-05-15 | llvmpipe: Remove unnecessary headers. | Vinson Lee | |
2010-05-15 | util: Remove unused cruft. | José Fonseca | |
2010-05-15 | llvmpipe: Use GALLIVM_DEBUG opt where applicable. | José Fonseca | |
2010-05-15 | draw: Use GALLIVM_DEBUG opt. | José Fonseca | |
2010-05-15 | gallivm: Centralize some of the LLVM debugging options. | José Fonseca | |
2010-05-15 | gallivm: Temporarily remove function call support | José Fonseca | |
Commits moved to the gallivm-call feature branch for further experimentation and stabilization. | |||
2010-05-15 | gallivm: use our util_snprintf | Zack Rusin | |
2010-05-15 | gallivm: implement function calls | Zack Rusin | |
2010-05-14 | i965: Set the correct provoking vertex for clipped first-mode trifans. | Eric Anholt | |
Bug #24470: glean clipFlat test. | |||
2010-05-14 | gallivm: added some vector length sanity checks | Brian Paul | |
2010-05-14 | gallivm: added lp_sizeof_llvm_type() | Brian Paul | |
2010-05-14 | gallivm: comments, const qualifiers | Brian Paul | |
2010-05-14 | tgsi: clean up in emit_fetch() | Brian Paul | |
2010-05-14 | mesa: more info in glUniform error messages | Brian Paul | |
2010-05-14 | mesa: silence void * / func * conversion warnings | Brian Paul | |
2010-05-14 | tgsi: add a dummy function to silence warning | Brian Paul | |
2010-05-14 | mesa: enum bitfields are a gcc-only feature, use GLubyte | Brian Paul | |
2010-05-14 | egl: Implement EGL_NOK_texture_from_pixmap | Kristian Høgsberg | |
This extension allows a color buffer to be used for both rendering and texturing. EGL allows the use of color buffers of pbuffer drawables for texturing, this extension extends this to allow the use of color buffers of pixmaps too. | |||
2010-05-14 | egl: Only allow valid config attributes in _eglParseConfigAttribList() | Kristian Høgsberg | |
Passing 0x3030, 0 in the chooser list didn't get caught. | |||
2010-05-14 | i965: Add program dumping for INTEL_DEBUG=gs. | Eric Anholt | |
2010-05-14 | i965: Parse the ff_sync URB send opcode on Ironlake disasm. | Eric Anholt | |
2010-05-14 | i965: Use R16G16B16A16_FLOAT for 3-component half-float. | Eric Anholt | |
The RGBX version isn't supported as a vertex input type, but since we force the last channel's value anyway, this should be fine. The only potential risk I see is in the limiter on VBO reads past the end of the buffer forcing the whole vertex to 0 when the A channel lands past the end. Fixes piglit draw-vertices-half-float. | |||
2010-05-14 | i965: Dump out the correct shared function for SEND on Ironlake. | Eric Anholt | |
2010-05-14 | i965: Support INTEL_DEBUG=clip to dump the clip program. | Eric Anholt | |
2010-05-14 | intel: Handle arbitrary compressed formats in intel_compressed_num_bytes. | Eric Anholt | |
Note that we don't support arbitrary block size for compressed quite yet -- block height of 4 is hard-coded all over the place. Bug #27098 (srgb dxt1 producing a bytes per pixel of 0). | |||
2010-05-14 | gallium: remove forward declarations of non-existent objects | Marek Olšák | |
2010-05-14 | r300g: do not abort if a constant buffer is too large | Marek Olšák | |
What else can we do with misbehaving apps? | |||
2010-05-14 | r300g: add framebuffer state debug logging | Marek Olšák | |
2010-05-14 | r300g: sort out debug flags | Marek Olšák | |
2010-05-14 | egl: remove duplicate ARRAY_SIZE() macro declaration | Brian Paul | |
2010-05-14 | nouveau/nvfx: Define some capabilities for shaders | Patrice Mandin | |
Signed-off-by: Patrice Mandin <patmandin@gmail.com> | |||
2010-05-14 | egl: Silence uninitialized variable warnings. | Vinson Lee | |
2010-05-14 | mesa: print enum name instead of hexadecimal value in glGet errors | Brian Paul | |
2010-05-14 | mesa: another transform feedback error check, 80-col wrapping | Brian Paul | |
2010-05-14 | mesa: fpclassify dummy definition is not needed on FreeBSD. | Alex Kozlov | |
2010-05-14 | graw: add quad-tex graw test for basic texturing | Keith Whitwell | |
2010-05-14 | graw: combine graw_init and graw_create_window functions | Keith Whitwell | |
Different environments seem to want to create these in different orders. Abstract over this by combining the calls. | |||
2010-05-14 | graw: split util code into new file | Keith Whitwell | |
2010-05-14 | graw: move towards glut-like interface, add tri.c | Keith Whitwell | |
2010-05-14 | scons: add 'targets' variable, for specifying ... targets | Keith Whitwell | |
Ideally scons should be able to work backwards from the list of targets to figure out which drivers, state trackers and other convenience libraries need to be built. | |||
2010-05-14 | util: fix copy_rect stride in default transfer_inline_write | Keith Whitwell | |