2013-05-06 |
Matt Turner | glsl: Add a pass to lower bitfield-insert into bfm... |
commit | commitdiff | tree |
2013-05-06 |
Matt Turner | glsl: Add constant evaluation of bit built-ins. |
commit | commitdiff | tree |
2013-05-06 |
Matt Turner | glsl: Add support for new bit built-ins in ARB_gpu_shader5. |
commit | commitdiff | tree |
2013-05-06 |
Matt Turner | glsl: Add new bit built-ins IR and prototypes from... |
commit | commitdiff | tree |
2013-05-06 |
Matt Turner | glsl: Rework ir_reader to handle expressions with four... |
commit | commitdiff | tree |
2013-05-06 |
Matt Turner | mesa: Add infrastructure for ARB_gpu_shader5. |
commit | commitdiff | tree |
2013-05-06 |
Tom Stellard | radeon/llvm: Always build libradeonllvm as static |
commit | commitdiff | tree |
2013-05-06 |
Tom Stellard | radeon/llvm: Use LLVM C API for compiling LLVM IR to... |
commit | commitdiff | tree |
2013-05-06 |
Tom Stellard | gallivm: Move LLVMStartMultithreaded() static initializ... |
commit | commitdiff | tree |
2013-05-06 |
Tom Stellard | radeon/llvm: Don't use the global context when parsing... |
commit | commitdiff | tree |
2013-05-06 |
Eric Anholt | i965: Remove GL_ARB_color_buffer_float from GL core... |
commit | commitdiff | tree |
2013-05-06 |
Tom Stellard | r600g/llvm: Update radeon family mappings for LLVM... |
commit | commitdiff | tree |
2013-05-06 |
Chia-I Wu | android: libsync is needed on Android 4.2+ for any... |
commit | commitdiff | tree |
2013-05-06 |
Chia-I Wu | android: add ilo to the build system |
commit | commitdiff | tree |
2013-05-05 |
Eric Anholt | glsl: Flip around "if" statements with empty "then... |
commit | commitdiff | tree |
2013-05-05 |
Chia-I Wu | ilo: correctly set return types of sampler messages |
commit | commitdiff | tree |
2013-05-04 |
Vincent Lejeune | r600g/llvm: Undefines unrequired texture coord values |
commit | commitdiff | tree |
2013-05-04 |
Maarten Lankhorst | nvc0: fixup video decoding with 2D_ARRAY |
commit | commitdiff | tree |
2013-05-04 |
Chia-I Wu | gallium: fix type of flags in pipe_context::flush() |
commit | commitdiff | tree |
2013-05-04 |
Eric Anholt | i965: Enable fast clears on non-8x4-aligned sizes. |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | vbo: add comments, const qualifiers |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | mesa: whitespace, formatting fixes, etc in api_arrayelt.c |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init() |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | mesa: change ctx->Driver.NeedFlush to GLbitfield and... |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | mesa; change ctx->Driver.SaveNeedFlush to boolean,... |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | vbo: update comments for vbo_save_NotifyBegin() |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | vbo: implement primitive merging for glBegin/End sequences |
commit | commitdiff | tree |
2013-05-04 |
Brian Paul | vbo: create a few utility functions for merging primitives |
commit | commitdiff | tree |
2013-05-03 |
Zack Rusin | draw/pt: adjust overflow calculations |
commit | commitdiff | tree |
2013-05-03 |
Zack Rusin | tgsi/ureg: make the dst register match the src indirection |
commit | commitdiff | tree |
2013-05-03 |
Roland Scheidegger | gallium: tgsi documentation updates and clarification... |
commit | commitdiff | tree |
2013-05-03 |
Roland Scheidegger | llvmpipe: get rid of depth swizzling. |
commit | commitdiff | tree |
2013-05-03 |
Lauri Kasanen | r600g: Correctly initialize the shader key, v2 |
commit | commitdiff | tree |
2013-05-03 |
Lauri Kasanen | st/xvmc/tests: Fix build failure, v2 |
commit | commitdiff | tree |
2013-05-03 |
Andreas Boll | scons: remove nouveau build |
commit | commitdiff | tree |
2013-05-03 |
Andreas Boll | scons: remove radeon build |
commit | commitdiff | tree |
2013-05-03 |
Alex Deucher | r600g: don't emit surface_sync after FLUSH_AND_INV_EVENT |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: zero-initialize bytecode structs |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: fix constant propagation in gvn pass |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: don't run unnecessary passes |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: silence warnings with gcc 4.8 |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: fix handling of interference sets in post_sch... |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: fix allocation of indirectly addressed input... |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g/sb: use hex instead of binary constants |
commit | commitdiff | tree |
2013-05-03 |
Vadim Girlin | r600g: use old shader disassembler by default |
commit | commitdiff | tree |
2013-05-03 |
Christian König | radeon/uvd: enable interlaced buffers by default |
commit | commitdiff | tree |
2013-05-03 |
Christian König | vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28... |
commit | commitdiff | tree |
2013-05-03 |
Christian König | vl/buffers: fix typo in function name |
commit | commitdiff | tree |
2013-05-03 |
Christian König | radeon/uvd: fix some MPEG4 artifacts |
commit | commitdiff | tree |
2013-05-03 |
José Fonseca | draw: Update for u_assembled_primitive -> u_assembled_p... |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | st/egl: fix bulid errors on Android 4.2 |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | ilo: use u_reduced_prims_for_vertices() |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | util/prim: add u_reduced_prims_for_vertices() |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | util/prim: assorted fixes for u_decomposed_prims_for_ve... |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | util/prim: use vertex count info in u_validate_pipe_prim() |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | util/prim: fix the name of the include guard |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | draw: use u_assembled_prim() instead of u_assembled_pri... |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | util/prim: clean up and add comments |
commit | commitdiff | tree |
2013-05-03 |
Chia-I Wu | util/prim: fix primitive trimming for triangles with... |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965/vs: Add instruction scheduling. |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965: Move most of the FS instruction scheduler code... |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965: Pull a couple of FS scheduling functions out... |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965: Move FS instruction scheduling to a non-FS-specif... |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965: Share the register file enum between the two... |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965: Make dump_instructions be a virtual method of... |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965/vs: Do round-robin register allocation on gen6... |
commit | commitdiff | tree |
2013-05-02 |
Rob Bradford | wayland: Make eglQueryBufferWL succeed for width and... |
commit | commitdiff | tree |
2013-05-02 |
Zack Rusin | draw/gs: don't crash when vs/gs signatures don't match |
commit | commitdiff | tree |
2013-05-02 |
Zack Rusin | tgsi: allow negation of all integer types |
commit | commitdiff | tree |
2013-05-02 |
Eric Anholt | i965: Fix SNB GPU hangs when a blorp batch is the first... |
commit | commitdiff | tree |
2013-05-02 |
Tom Stellard | r600g: Don't set the dest cache bits on surface sync... |
commit | commitdiff | tree |
2013-05-02 |
Tom Stellard | r600g/compute: Fix build error in debug code |
commit | commitdiff | tree |
2013-05-02 |
Armin K | radeon: Fix build with LLVM 3.3 |
commit | commitdiff | tree |
2013-05-02 |
Armin K | gallivm: Fix build with LLVM 3.3 |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: update comments, simplify code in vtxfmt.c |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: update GLvertexformat comments |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2() |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: remove GLvertexformat::Rectf() |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: simplify dispatch for glDraw* functions |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | vbo: add new vbo_initialize_exec_dispatch(), vbo_initia... |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: remove _MESA_INIT_EVAL_VTXFMT() macro |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: remove _MESA_INIT_DLIST_VTXFMT() macro |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: change _mesa_inside_dlist_begin_end() to handle... |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: add names of geometry shader prims in gl_enums.py |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | vbo: fix initial value of ctx->Driver.CurrentSavePrimitive |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | vbo: fix error detection in vbo_save_playback_vertex_list() |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: comments, formatting fixes in dlist code |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | vbo: remove redundant vfmt->Begin = _save_Begin assignment |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: don't install glDraw* functions into the BeginEnd... |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | vbo: fix parameter validation for saving dlist glDraw... |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: add missing error check in _mesa_EndList() |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: simplify save_Begin() error checking |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: refactor _mesa_valid_prim_mode() |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: fix CurrentSavePrimitive <= GL_POLYGON tests |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: adjust PRIM_x constants for geometry shaders |
commit | commitdiff | tree |
2013-05-02 |
Brian Paul | mesa: fix save_ShadeModel() logic and add new comments |
commit | commitdiff | tree |
2013-05-02 |
Adam Jackson | gallivm: Fix altivec intrinsics for 8xi16 add/sub |
commit | commitdiff | tree |
2013-05-02 |
Lauri Kasanen | r600/sb: Fix build failure with non-standard libdrm... |
commit | commitdiff | tree |
next |