2010-11-19 |
Ian Romanick | glsl: Add ir_quadop_vector expression |
commit | commitdiff | tree |
2010-11-19 |
Ian Romanick | glsl: Add unary ir_expression constructor |
commit | commitdiff | tree |
2010-11-19 |
Ian Romanick | glsl: Add ir_rvalue::is_negative_one predicate |
commit | commitdiff | tree |
2010-11-19 |
Ian Romanick | glsl: Eliminate assumptions about size of ir_expression... |
commit | commitdiff | tree |
2010-11-19 |
Ian Romanick | glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced |
commit | commitdiff | tree |
2010-11-19 |
Alex Deucher | r600g: use full range of VS resources for vertex samplers |
commit | commitdiff | tree |
2010-11-19 |
Alex Deucher | r600g: use meaningful defines for chiprev |
commit | commitdiff | tree |
2010-11-19 |
Alex Deucher | r600g: translate ARR instruction for evergreen |
commit | commitdiff | tree |
2010-11-19 |
Jerome Glisse | r600g: add fetch shader capabilities |
commit | commitdiff | tree |
2010-11-19 |
Alex Deucher | r600g: All EVENT_WRITE packets need the EVENT_INDEX... |
commit | commitdiff | tree |
2010-11-19 |
Viktor Novotný | dri/nouveau: Clean up magic numbers in get_rt_format |
commit | commitdiff | tree |
2010-11-19 |
Jerome Glisse | r600g: fix occlusion query on evergreen (avoid lockup) |
commit | commitdiff | tree |
2010-11-19 |
Ian Romanick | ir_to_mesa: Generate smarter code for some conditional... |
commit | commitdiff | tree |
2010-11-19 |
Ian Romanick | glsl: Make is_zero and is_one virtual methods of ir_rvalue |
commit | commitdiff | tree |
2010-11-18 |
Brian Paul | mesa: pass gl_format to _mesa_init_teximage_fields() |
commit | commitdiff | tree |
2010-11-18 |
José Fonseca | scons: Use inline wrap helpers more consistently. |
commit | commitdiff | tree |
2010-11-18 |
Dave Airlie | gallium/noop: report GL 2.1 |
commit | commitdiff | tree |
2010-11-18 |
Vinson Lee | glsl: Fix 'control reaches end of non-void function... |
commit | commitdiff | tree |
2010-11-18 |
Chia-I Wu | mesa: Clean up core.h. |
commit | commitdiff | tree |
2010-11-18 |
Chia-I Wu | st/glx: Replace MESA_VERSION_STRING by xmesa_get_name. |
commit | commitdiff | tree |
2010-11-18 |
Chia-I Wu | st/wgl: Use st_context_iface::share for DrvShareLists. |
commit | commitdiff | tree |
2010-11-18 |
Chia-I Wu | gallium: Add st_context_iface::share to st_api. |
commit | commitdiff | tree |
2010-11-18 |
Chia-I Wu | gallium: Add st_api::name. |
commit | commitdiff | tree |
2010-11-18 |
Chia-I Wu | st/vega: Do not wait NULL fences. |
commit | commitdiff | tree |
2010-11-18 |
Eric Anholt | i965: Eliminate dead code more aggressively. |
commit | commitdiff | tree |
2010-11-18 |
Brian Paul | mesa: upgrade to glext.h version 66 |
commit | commitdiff | tree |
2010-11-18 |
Alex Deucher | r600g: fix buffer alignment |
commit | commitdiff | tree |
2010-11-18 |
Eric Anholt | i965: Fail on loops on gen6 for now until we write... |
commit | commitdiff | tree |
2010-11-18 |
Eric Anholt | i965: Add dumping of the sampler default color. |
commit | commitdiff | tree |
2010-11-18 |
Eric Anholt | i965: Add state dumping for sampler state. |
commit | commitdiff | tree |
2010-11-18 |
Eric Anholt | mesa: Don't spam the console in a debug build unless... |
commit | commitdiff | tree |
2010-11-18 |
Eric Anholt | i965: Shut up spurious gcc warning about GLSL_TYPE... |
commit | commitdiff | tree |
2010-11-17 |
Jakob Bornecrantz | gallium: Remove redundant sw and debug target helpers |
commit | commitdiff | tree |
2010-11-17 |
Jakob Bornecrantz | graw: Use inline debug helper instead of non-inline... |
commit | commitdiff | tree |
2010-11-17 |
Jakob Bornecrantz | libgl-xlib: Use inline debug helper instead of non... |
commit | commitdiff | tree |
2010-11-17 |
Chad Versace | glsl: Improve usage message for glsl_compiler |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | glsl: Refactor get_num_operands. |
commit | commitdiff | tree |
2010-11-17 |
Jerome Glisse | r600g: code cleanup (indent, trailing space, empty... |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | glsl: Remove the ir_binop_cross opcode. |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | Refresh autogenerated file builtin_function.cpp. |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | glsl: Reimplement the "cross" built-in without ir_binop... |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | Regenerate glcpp parser. |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | glsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH... |
commit | commitdiff | tree |
2010-11-17 |
Robert Hooker | egl_dri2: Add missing intel chip ids. |
commit | commitdiff | tree |
2010-11-17 |
Chad Versace | glsl: Fix Doxygen tag \file in recently renamed files |
commit | commitdiff | tree |
2010-11-17 |
Chad Versace | glsl: Fix erroneous cast in ast_jump_statement::hir() |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | glsl: Fix constant expression handling for <, >, <... |
commit | commitdiff | tree |
2010-11-17 |
Marek Olšák | r300g: print FS inputs uninitialized due to hardware... |
commit | commitdiff | tree |
2010-11-17 |
Alex Deucher | r600c/evergreen: texture align is group_bytes just... |
commit | commitdiff | tree |
2010-11-17 |
Brian Paul | mesa: minor clean-ups in context code |
commit | commitdiff | tree |
2010-11-17 |
Brian Paul | mesa: reorder texture_error_check() params |
commit | commitdiff | tree |
2010-11-17 |
Brian Paul | mesa: 80-column wrapping |
commit | commitdiff | tree |
2010-11-17 |
Brian Paul | mesa: whitespace cleanups |
commit | commitdiff | tree |
2010-11-17 |
Brian Paul | mesa: fix error messages and minor reindenting |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | Refresh autogenerated glcpp parser. |
commit | commitdiff | tree |
2010-11-17 |
Kenneth Graunke | glcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL versio... |
commit | commitdiff | tree |
2010-11-16 |
Henri Verbeet | r600g: Synchronize supported color formats between... |
commit | commitdiff | tree |
2010-11-16 |
Henri Verbeet | r600g: Swizzle vertex data only once. |
commit | commitdiff | tree |
2010-11-16 |
Marek Olšák | r300g: remove the hack with OPCODE_RET |
commit | commitdiff | tree |
2010-11-16 |
Ian Romanick | glsl: Simplify generation of swizzle for vector constru... |
commit | commitdiff | tree |
2010-11-16 |
Ian Romanick | glsl: Refactor is_vec_{zero,one} to be methods of ir_co... |
commit | commitdiff | tree |
2010-11-16 |
José Fonseca | libgl-gdi: Allow to pick softpipe/llvmpipe on runtime. |
commit | commitdiff | tree |
2010-11-16 |
Vinson Lee | mesa: Add definitions for inverse hyperbolic function... |
commit | commitdiff | tree |
2010-11-16 |
Vinson Lee | glsl: Add ir_constant_expression.cpp to SConscript. |
commit | commitdiff | tree |
2010-11-16 |
Brian Paul | glsl: remove opt_constant_expression.cpp from SConscript |
commit | commitdiff | tree |
2010-11-16 |
Brian Paul | mesa: add more work-arounds for acoshf(), asinhf()... |
commit | commitdiff | tree |
2010-11-16 |
Brian Paul | glsl: fix assorted MSVC warnings |
commit | commitdiff | tree |
2010-11-16 |
Brian Paul | st/mesa: fix glDrawPixels(depth/stencil) bugs |
commit | commitdiff | tree |
2010-11-16 |
Kenneth Graunke | glsl: Rename various ir_* files to lower_* and opt_*. |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Remove unused and out of date Makefile.am. |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Add constant expression handling for asinh, acosh... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Refresh autogenerated file builtin_function.cpp. |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Implement the asinh, acosh, and atanh built-in... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | generate_builtins.py: Fix inconsistent use of tabs... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Refresh autogenerated lexer and parser files. |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Add support for the 'u' and 'U' unsigned integer... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Add new keywords and reserved words for GLSL... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Rework reserved word/keyword handling in the... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Convert glsl_type::base_type from #define'd const... |
commit | commitdiff | tree |
2010-11-15 |
Kenneth Graunke | glsl: Remove GLSL_TYPE_FUNCTION define. |
commit | commitdiff | tree |
2010-11-15 |
Henri Verbeet | r600g: Add PIPE_FORMAT_L8A8_UNORM for Evergreen as... |
commit | commitdiff | tree |
2010-11-15 |
Henri Verbeet | r600: Evergreen has two extra frac_bits for the sampler... |
commit | commitdiff | tree |
2010-11-15 |
Henri Verbeet | r600g: Evergreen has two extra frac_bits for the sample... |
commit | commitdiff | tree |
2010-11-15 |
Henri Verbeet | r600g: Cleanup the fenced_bo list in r600_context_fini(). |
commit | commitdiff | tree |
2010-11-15 |
Jerome Glisse | gallium/noop: no operation gallium driver |
commit | commitdiff | tree |
2010-11-15 |
Francisco Jerez | dri/nouveau: Kill a bunch of ternary operators. |
commit | commitdiff | tree |
2010-11-15 |
Francisco Jerez | dri/nouveau: Fix typo. |
commit | commitdiff | tree |
2010-11-15 |
Viktor Novotný | dri/nouveau: Remove nouveau_class.h, finishing switch... |
commit | commitdiff | tree |
2010-11-15 |
Viktor Novotný | dri/nouveau nv20: Use rules-ng-ng headers |
commit | commitdiff | tree |
2010-11-15 |
Viktor Novotný | dri/nouveau: nv10: Use rules-ng-ng headers |
commit | commitdiff | tree |
2010-11-15 |
Viktor Novotný | dri/nouveau: nv04: Use rules-ng-ng headers |
commit | commitdiff | tree |
2010-11-15 |
Viktor Novotný | dri/nouveau: Import headers from rules-ng-ng |
commit | commitdiff | tree |
2010-11-15 |
Brian Paul | evergreen: set gl_texture_image::TexFormat field in... |
commit | commitdiff | tree |
2010-11-15 |
Brian Paul | r300: set gl_texture_image::TexFormat field in r300SetT... |
commit | commitdiff | tree |
2010-11-15 |
Brian Paul | r200: set gl_texture_image::TexFormat field in r200SetT... |
commit | commitdiff | tree |
2010-11-15 |
Brian Paul | r600: set gl_texture_image::TexFormat field in r600SetT... |
commit | commitdiff | tree |
2010-11-15 |
Brian Paul | radeon: set gl_texture_image::TexFormat field in radeon... |
commit | commitdiff | tree |
2010-11-15 |
Julien Cristau | Makefile: don't include the same files twice in the... |
commit | commitdiff | tree |
2010-11-15 |
Daniel Lichtenberger | radeon: fix potential segfault in renderbuffer update |
commit | commitdiff | tree |
2010-11-14 |
Marek Olšák | r300g: return shader caps from Draw for SWTCL vertex... |
commit | commitdiff | tree |
next |