2007-08-11 |
Keith Whitwell | Pull in improved debug from master |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Keith Whitwell | make it easier to compare debug code with non-pipe... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | add intel_lock.c to build |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | remove intel_ioctl.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | move batch ioctl to intel_batchbuffer.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | remove unused irq functions |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | move locking to new file |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | remove intelGetString() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Move string functions to state_tracker, add queries... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | Y invert, clean-up |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | invert Y for scissor |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | use winsys supported_formats() query |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | add missing printf |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | move dri_bo() to a header file |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added pipe->max_texture_size() query, use it in st_draw... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Lift common winsys functions into pipe's new p_winsys. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | fix image orientation |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | readpixels handles any format/type/packing/transfer... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | setup sampler state, computed wincoords with pixel... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | don't hardcode cpp |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added st_sizeof_format() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | glRead/DrawPixels test |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | basic texture-based glDrawPixels path works |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | use st_mesa_format_to_pipe_format() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added st_mesa_format_to_pipe_format() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | alignment/pitch/width clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | minor clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Handle glFlush/glFinish through the state tracker. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | pipe->region_alloc() now takes width instead of pitch... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | fix asst glitches |
commit | commitdiff | tree | snapshot |
2007-08-10 |
michal | Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
michal | Support predicates. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added st_cb_readpixels.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | use st_cb_readpixels.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | glReadPixels |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | add missing break stmt |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | more render to texture work |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | sketch out some render-to-texture code |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | remove some temporary hacks |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added pipe_surface_unreference() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | include surface.offset in address calculations |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Clean up / sanitize debugging |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Missing files |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Remove dead include line |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Fix merge issue |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Give softpipe a native texture layout of its own. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Add printf handlers, pass pci id and move texlayout... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Pass pci_id to i915_create() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Add a printf method to winsys and use for all debugging. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Add a printf method to winsys. Not currently used. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | obsolete files |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | no longer need intel_surface.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | move intel_supported_formats() into intel_context.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | we can now just rely on softpipe for surface creation... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | flesh out w/ more formats, y=0=top convention |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | return (softpipe) in GL_RENDERER string - temporarily |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | rename st_cb_teximage.h st_format.h |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | Rename (file contains surface format-related functions) |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | code movement |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | invert Y axis |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | change triangle orientation, fix exit() |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | asst changes to get softpipe rendering again (no zbuf... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | init strb->Base.DataType appropriately, clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | export softpipe_init_surface_funcs() |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | added null ptr checks |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Split texfilter enums to match common hardware usage. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | silence warning |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | silence warning |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | more work toward texture-based glDrawPixels |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | move viewport Y inversion to state tracker |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Add more i915 state packets. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Remove unused file |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | invert Y axis with the viewport transformation to put... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | vertex colors are ARGB |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Missing files |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Some basic state - blend and ztest sort of work. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Remove references to fallbacks from this directory |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | comments, assertions, etc |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | Obsolete |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | dead code removal |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Emit drawrect command as we no longer ask the kernel... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Remove unused blit functions. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Don't reemit hardware state *every* primitive. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | fix merge conflicts |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | don't use intel_read_draw_buffer.c anymore |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | assertions |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | *numFormats = 3 |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | minor clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | remove intel_depthstencil.c and intel_fbo.c |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | Obsolete files |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | don't include intel_depthstencil.h |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | remove some includes |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | Checkpoint intel_renderbuffer removal. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | remove dead code, remove intel_fbo.h includes |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | surface-related prototypes |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | checkpoint: no longer using intel_fbo.c |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | remove color_rb[] and lots of dead code |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | disable intel_get_rb_region() |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | checkpoint: more intel_renderbuffer removal |
commit | commitdiff | tree | snapshot |
next |